ISDMResponse interface

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

Syntax

public interface ISDMResponse extends HttpResponse

Derived classes

Members

All members of ISDMResponse, including inherited members.

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)