ResponseImpl class

Consists of methods to retrieve the response after the request is performed.

Package

com.sap.mobile.lib.request

Syntax

public class ResponseImpl implements IResponse

Implemented interfaces

Members

All members of ResponseImpl, including inherited members.

Constructors
Modifier and Type Constructor Description
public ResponseImpl(BasicStatusLine)  
Methods
Modifier and Type Method Description
protected void addBatchResponse(IRequest, IResponse)  
public ArrayList< IResponse > getBatchResponse() Returns the list of responses from batch response.
public HashMap< IRequest, IResponse > getBatchResponseMap() Returns the mapping of requests with corresponding responses within a batch response.
public Map< String, String > getHeadersMap() Returns all the response headers as a HashMap containing header name and header value.