Package | Description |
---|---|
org.apache.http.impl.client |
Default HTTP client implementation.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractResponseHandler.handleResponse(HttpResponse response)
Read the entity from the response body and pass it to the entity handler
method if the response was successful (a 2xx status code).
|
java.lang.String |
BasicResponseHandler.handleResponse(HttpResponse response) |