Class EMHttpClientDefaultImpl
java.lang.Object
com.aeontronix.enhancedmule.tools.util.EMHttpClientDefaultImpl
- All Implemented Interfaces:
EMHttpClient,Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionEMHttpClientDefaultImpl(org.apache.http.impl.client.CloseableHttpClient httpClient) -
Method Summary
-
Constructor Details
-
EMHttpClientDefaultImpl
public EMHttpClientDefaultImpl(org.apache.http.impl.client.CloseableHttpClient httpClient)
-
-
Method Details
-
execute
public org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.client.methods.HttpRequestBase request) throws IOException, org.apache.http.client.ClientProtocolException - Specified by:
executein interfaceEMHttpClient- Throws:
IOExceptionorg.apache.http.client.ClientProtocolException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-