Uses of Interface
org.apache.http.client.methods.CloseableHttpResponse
-
Packages that use CloseableHttpResponse Package Description org.apache.http.client.utils Client utility classes.org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of CloseableHttpResponse in org.apache.http.client.utils
Methods in org.apache.http.client.utils with parameters of type CloseableHttpResponse Modifier and Type Method Description static voidHttpClientUtils. closeQuietly(CloseableHttpResponse response)Unconditionally close a response. -
Uses of CloseableHttpResponse in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return CloseableHttpResponse Modifier and Type Method Description protected CloseableHttpResponseAbstractHttpClient. doExecute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)Deprecated.protected abstract CloseableHttpResponseCloseableHttpClient. doExecute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)CloseableHttpResponseCloseableHttpClient. execute(HttpUriRequest request)Executes HTTP request using the default context.CloseableHttpResponseCloseableHttpClient. execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context)Executes HTTP request using the given context.CloseableHttpResponseCloseableHttpClient. execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request)Executes HTTP request using the default context.CloseableHttpResponseCloseableHttpClient. execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)Executes HTTP request using the given context. -
Uses of CloseableHttpResponse in org.apache.http.impl.execchain
-