|
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.impl.HttpApache3Client
public class HttpApache3Client
Implementation of the Client for Apache version 3
| Constructor Summary | |
|---|---|
HttpApache3Client(boolean multithreaded)Create a Apache3 Client |
|
| Method Summary | |
|---|---|
void |
addCookie(RIDCCookie cookie)Add a cookie to this client |
void |
clear()Clear the parameters from the client instance |
List<RIDCCookie> |
getCookies()Get the Cookies |
HttpClient |
getDelegateObject()Returns the underlying client object |
HttpApache3GetMethod |
getGetMethod(String url)Get a method which can do "GET" request |
HttpApache3PostMethod |
getPostMethod(String url)Get the method of POST requests |
void |
resetState()Reset the Http State of the client |
void |
setAuthenticationPreemptive(boolean preemptive)Set if the basic auth should be preemptive |
void |
setCredentials(String any, Credentials idcCredentials)Set the credentials |
void |
setProxy(String proxyHost, int proxyPort, String proxyUsername, String proxyPassword, String proxyRealm)Set the proxy |
void |
setSocketTimeout(int socketTimeout)Set the socket timeout for this client |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpApache3Client(boolean multithreaded)
multithreaded -| Method Detail |
|---|
public void clear()
clear in interface RIDCHttpClientpublic void setSocketTimeout(int socketTimeout)
setSocketTimeout in interface RIDCHttpClientsocketTimeout - timeout value on milli seconds
public void setProxy(String proxyHost,
int proxyPort,
String proxyUsername,
String proxyPassword,
String proxyRealm)
setProxy in interface RIDCHttpClientproxyHost - proxy host nameproxyPort - proxy host portproxyUsername - proxy user name, null if not requiredproxyPassword - proxy user password, null if not requiredproxyRealm - proxy realm, null if not required
public void setCredentials(String any,
Credentials idcCredentials)
setCredentials in interface RIDCHttpClientany -idcCredentials -public void setAuthenticationPreemptive(boolean preemptive)
setAuthenticationPreemptive in interface RIDCHttpClientpreemptive -public List<RIDCCookie> getCookies()
getCookies in interface RIDCHttpClientpublic void addCookie(RIDCCookie cookie)
addCookie in interface RIDCHttpClientcookie -public void resetState()
resetState in interface RIDCHttpClientpublic HttpApache3GetMethod getGetMethod(String url)
getGetMethod in interface RIDCHttpClienturl - the urlpublic HttpApache3PostMethod getPostMethod(String url)
getPostMethod in interface RIDCHttpClienturl - the urlpublic HttpClient getDelegateObject()
getDelegateObject in interface RIDCHttpClient
|
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 | |||||||||