Package | Description |
---|---|
org.apache.http.impl.client |
Default HTTP client implementation.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractResponseHandler.handleResponse(org.apache.http.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).
|
String |
BasicResponseHandler.handleResponse(org.apache.http.HttpResponse response) |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.