| Modifier and Type | Method and Description | 
|---|---|
| protected ServiceResponse | IdcClient. createResponse(ServiceRequest<TConnection> request,
              Protocol protocol,
              ServiceResponse response)Analyze the response from the protocol and return | 
| ServiceResponse | IdcClient. sendRequest(IdcContext userContext,
           DataBinder dataBinder)Execute the request; sends the request to the Content Server and reads
  the response. | 
| 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 | 
|---|---|
| protected ServiceResponse | IdcClient. createResponse(ServiceRequest<TConnection> request,
              Protocol protocol,
              ServiceResponse response)Analyze the response from the protocol and return | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceResponse | Protocol. readResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceResponse | IdcHttpProtocol. readResponse()Reads the next message, if a message is not completely received within the timeout specified an exception
 is thrown. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceResponse | HdaProtocol. readResponse()Reads the next message, if a message is not completely received
 within the timeout specified an exception is thrown. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceResponse | RidcConnection. sendRequest(IdcContext userContext,
           DataBinder binder)Execute the request; Sends the request to the Content Server and obtains
 the response. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceResponse | RidcSession. sendRequest(DataBinder binder)Convenience method for sending a request. | 
| ServiceResponse | RidcSession. sendRequest(DataBinder binder,
           IdcRequestConfig requestConfig)Convenience method for sending a request. |