Class HttpClient4xUtils


  • public class HttpClient4xUtils
    extends java.lang.Object
    HttpClient4xUtils provides utility methods useful for changes necessitated by switching from HttpClient 3.x to HttpClient 4.x.
    Version:
    $Revision: 1 $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void consumeEntity​(org.apache.http.HttpResponse response)  
      static java.lang.String updateQuery​(java.lang.String uriString, java.lang.String query)  
      • Methods inherited from class java.lang.Object

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

      • HttpClient4xUtils

        public HttpClient4xUtils()
    • Method Detail

      • consumeEntity

        public static void consumeEntity​(org.apache.http.HttpResponse response)
      • updateQuery

        public static java.lang.String updateQuery​(java.lang.String uriString,
                                                   java.lang.String query)