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.CloseableHttpResponse execute​(org.apache.http.client.methods.HttpRequestBase request)  

    Methods inherited from interface java.io.Closeable

    close
  • 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:
      IOException
      org.apache.http.client.ClientProtocolException