org.jboss.resteasy.util
Class HttpClient4xUtils

java.lang.Object
  extended by org.jboss.resteasy.util.HttpClient4xUtils

public class HttpClient4xUtils
extends Object

HttpClient4xUtils provides utility methods useful for changes necessitated by switching from HttpClient 3.x to HttpClient 4.x.

Version:
$Revision: 1 $
Author:
Ron Sigal

Constructor Summary
HttpClient4xUtils()
           
 
Method Summary
static void consumeEntity(org.apache.http.HttpResponse response)
           
static String updateQuery(String uriString, 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 String updateQuery(String uriString,
                                 String query)


Copyright © 2012. All Rights Reserved.