Home | History | Annotate | Download | only in jbosh

Lines Matching full:response

20  * This class represents a complete HTTP response to a request made via
22 * intended to represent a deferred, future response, not necessarily a
23 * response which is immediately available.
35 * Get the HTTP status code of the response (e.g., 200, 404, etc.). If
36 * the response has not yet been received from the remote server, this
37 * method should block until the response has arrived.
40 * @throws InterruptedException if interrupted while awaiting response
45 * Get the HTTP response message body. If the response has not yet been
47 * response has arrived.
49 * @return response message body
50 * @throws InterruptedException if interrupted while awaiting response