Consists of interface for responses.
All members of IResponse, including inherited members.
MethodsModifier and Type | Method | Description |
---|---|---|
public ArrayList< HttpResponse > | getBatchResponse() | Returns the list of responses from batch response. |
public HashMap< IRequest, HttpResponse > | 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. |
All response objects must implement this interface. The network layer uses this interface to interact with the response objects.