getBatchResponseMap() method

Returns the mapping of requests with corresponding responses within a batch response.

Syntax

public HashMap< IRequest, IResponse > getBatchResponseMap ()

Parameters

Returns

Map of requests and responses.

Example 1

Response res; HashMap<IRequest, HttpResponse> res = res.getBatchResponseMap();