public byte[] |
getData()
|
If the request method is POST, this method is called from the network library. |
public InputStream |
getDataStream()
|
If the request method is POST, this method is called from the network library. |
public Request |
getE2eRequest()
|
Get the iRequest object from the ISDMRequest. |
public Map< String, String > |
getHeaders()
|
Returns the request headers set. |
public ISDMNetListener |
getListener()
|
Returns the listener to be used by the connectivity library to notify the registered listener about a successful or failed request operation. |
public String |
getPassport()
|
|
public int |
getPriority()
|
Returns the priority of the request. |
public int |
getRequestMethod()
|
Returns the request method. |
public String |
getRequestUrl()
|
Returns the URL where the request must be done. |
public String |
getTransId()
|
|
public boolean |
isStreamEnabled()
|
|
public void |
setData(byte[])
|
Set the request data in case of POST request. |
public void |
setDataStream(InputStream)
|
Set the request data stream in case of POST request. |
public void |
setE2eRequest(Object)
|
Set the iRequest object into the ISDMRequest. |
public void |
setETag(String, int)
|
|
public void |
setHeaders(Map< String, String >)
|
Set the request headers. |
public void |
setListener(ISDMNetListener)
|
|
public void |
setPassport(String)
|
|
public void |
setPriority(int)
|
|
public void |
setRequestMethod(int)
|
|
public void |
setRequestUrl(String)
|
|
public void |
setStreamEnabled(boolean)
|
Used to enable streaming of data when the size of the data to be fetched is greater than 200KB. |
public void |
setTransId(String)
|
|
public boolean |
useCookies()
|
This method is used by the network library to check whether it has to send cookies to the server when the current request is performed. |