Class HttpConnectionService


  • public class HttpConnectionService
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.http.client.methods.HttpPost getHttpPostRequest​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfiguration)  
      org.apache.http.client.methods.HttpPost getHttpPostRequest​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfiguration, java.lang.String httpUri)  
      static HttpConnectionService getInstance()  
      java.lang.String sendRequest​(org.apache.http.client.methods.HttpUriRequest request)  
      Response sendStatements​(Statements statements, java.lang.String transactionalUri, org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfiguration)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait