Interface EMHttpClient
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
EMHttpClientDefaultImpl
public interface EMHttpClient extends Closeable
-
Method Summary
Modifier and Type Method Description org.apache.http.client.methods.CloseableHttpResponseexecute(org.apache.http.client.methods.HttpRequestBase request)
-
Method Details
-
execute
org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.client.methods.HttpRequestBase request) throws IOException, org.apache.http.client.ClientProtocolException- Throws:
IOExceptionorg.apache.http.client.ClientProtocolException
-