SDMResponseImpl class

Deprecated. since 3.0, Use com.sap.mobile.lib.request.ResponseImpl

Syntax

public class SDMResponseImpl extends BasicHttpResponse, ISDMResponse

Members

All members of SDMResponseImpl, including inherited members.

Variables
Modifier and Type Variable Description
HashMap< ISDMRequest, HttpResponse > batchResponseMap  
ArrayList< HttpResponse > batchResponses  
Constructors
Modifier and Type Constructor Description
public SDMResponseImpl(BasicStatusLine)  
Methods
Modifier and Type Method Description
public String getCookie()  
public String getCorelationId()  
public int getCurrentOffset()  
public int getDataStream(byte[], int) Used to obtain the data in stream.
public int getDataStream(byte[], int, int, String)  
public Map< String, String > getHeadersMap()  
public boolean isDataAvailable() To check whether the response object is available or it needs to be streamed in chunks.
public void setCorelationId(String)