SDMResponseImpl class

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

Package

com.sap.mobile.lib.sdmconnectivity

Syntax

public class SDMResponseImpl implements ISDMResponse

Implemented interfaces

Members

All members of SDMResponseImpl, including inherited members.

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)