|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RIDCHttpClient
Http Client for RIDC connections
| Method Summary | |
|---|---|
void |
addCookie(RIDCCookie cookie)Add cookie to the connection |
void |
clear()Clear the params and headers from the connection |
java.util.List<RIDCCookie> |
getCookies()Get the cookies from the connection |
java.lang.Object |
getDelegateObject()Returns the underlying client object |
RIDCHttpGetMethod |
getGetMethod(java.lang.String url)Get the method to execute for HTTP GET |
RIDCHttpPostMethod |
getPostMethod(java.lang.String url)Get the method to execute for HTTP POST |
void |
resetState()Reset the state of the connection |
void |
setAuthenticationPreemptive(boolean b)Set authentication preemptive |
void |
setCredentials(java.lang.String scope, Credentials idcCredentials)Set credentials for the connection |
void |
setProxy(java.lang.String proxyHost, int proxyPort, java.lang.String proxyUsername, java.lang.String proxyPassword)Set proxy for the connection |
void |
setSocketTimeout(int socketTimeout)Set the socket timeout |
| Method Detail |
|---|
void addCookie(RIDCCookie cookie)
cookie -void clear()
java.util.List<RIDCCookie> getCookies()
void resetState()
void setAuthenticationPreemptive(boolean b)
b -
void setCredentials(java.lang.String scope,
Credentials idcCredentials)
scope -idcCredentials -
void setProxy(java.lang.String proxyHost,
int proxyPort,
java.lang.String proxyUsername,
java.lang.String proxyPassword)
proxyHost - proxy host nameproxyPort - proxy host portproxyUsername - proxy user name, null if not requiredproxyPassword - proxy user password, null if not requiredvoid setSocketTimeout(int socketTimeout)
socketTimeout - timeout value on milli secondsRIDCHttpGetMethod getGetMethod(java.lang.String url)
url - the urlRIDCHttpPostMethod getPostMethod(java.lang.String url)
url - the urljava.lang.Object getDelegateObject()
|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||