Lines Matching refs:request
26 * A request and response pair representing a single exchange with a remote
28 * the relationship between the request and response but allows the response
40 * Request body.
42 private final AbstractBody request;
63 * Create a new request/response pair object.
65 * @param req request message body
69 throw(new IllegalArgumentException("Request body cannot be null"));
71 request = req;
78 * Get the original request message.
80 * @return request message body.
83 return request;
89 * @return HTTPResponse instance associated with the request.
108 * @return HTTPResponse instance associated with the request.