Interface HttpRequestsExecutor
- All Known Implementing Classes:
SimpleHttpRequestsExecutor,SpnegoHttpRequestsExecutor
public interface HttpRequestsExecutor
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.methods.CloseableHttpResponseexecute(org.apache.http.client.methods.HttpUriRequest request)
-
Method Details
-
execute
org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.client.methods.HttpUriRequest request) throws IOException - Throws:
IOException
-