Modifier and Type | Method and Description |
---|---|
protected ServiceRequest<TConnection> |
IdcClient.createRequest(IdcContext userContext,
DataBinder dataBinder,
TConnection connection,
IdcRequestConfig requestConfig)
Create the service request object
|
void |
IdcClient.logout(IdcContext userContext,
IdcRequestConfig requestConfig)
Logout
|
ServiceResponse |
IdcClient.sendRequest(IdcContext userContext,
DataBinder dataBinder,
IdcRequestConfig requestConfig)
Execute the request; sends the request to the Content Server and reads
the response.
|
Modifier and Type | Method and Description |
---|---|
void |
RIDCHttpMethod.setRequestConfig(IdcRequestConfig requestConfig)
Set the request-specific config for the request
|
Modifier and Type | Method and Description |
---|---|
static void |
RIDCHttpClientUtils.addRequestData(IdcContext context,
RIDCHttpClient httpClient,
RIDCHttpMethod httpMethod,
IdcRequestConfig requestConfig,
boolean addCookies)
Set standard request headers, cookies and other info into the HTTP method.
|
Modifier and Type | Method and Description |
---|---|
IdcRequestConfig |
ServiceRequest.getRequestConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.setRequestConfig(IdcRequestConfig requestConfig) |
Constructor and Description |
---|
ServiceRequest(IdcContext idcContext,
DataBinder dataBinder,
TConnection connection,
IdcRequestConfig requestConfig) |
Modifier and Type | Method and Description |
---|---|
IdcRequestConfig |
IdcHttpProtocol.getRequestConfig() |
Modifier and Type | Field and Description |
---|---|
protected IdcRequestConfig |
HttpApache3Method.requestConfig |
Modifier and Type | Method and Description |
---|---|
void |
HttpApache3Method.setRequestConfig(IdcRequestConfig requestConfig) |
Modifier and Type | Field and Description |
---|---|
protected IdcRequestConfig |
HttpApache4Method.requestConfig |
Modifier and Type | Method and Description |
---|---|
void |
HttpApache4Method.setRequestConfig(IdcRequestConfig requestConfig) |
Modifier and Type | Field and Description |
---|---|
protected IdcRequestConfig |
HttpURLConnectionMethod.requestConfig |
Modifier and Type | Method and Description |
---|---|
void |
HttpURLConnectionMethod.setRequestConfig(IdcRequestConfig requestConfig) |
Modifier and Type | Field and Description |
---|---|
protected IdcRequestConfig |
HttpOracleMethod.m_requestConfig |
Modifier and Type | Method and Description |
---|---|
void |
HttpOracleMethod.setRequestConfig(IdcRequestConfig requestConfig) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
RidcSession.sendRequest(DataBinder binder,
IdcRequestConfig requestConfig)
Convenience method for sending a request.
|