Class BaseCommunicator

  • All Implemented Interfaces:
    Communicator<org.apache.http.HttpResponse>

    public class BaseCommunicator
    extends java.lang.Object
    implements Communicator<org.apache.http.HttpResponse>
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseCommunicator​(org.apache.http.client.HttpClient client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R> R sendRequest​(org.apache.http.HttpRequest request, ContentHandler<org.apache.http.HttpResponse,​R> handler)
      Performs a request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseCommunicator

        public BaseCommunicator​(org.apache.http.client.HttpClient client)