Package org.jboss.resteasy.util
Class HttpClient4xUtils
java.lang.Object
org.jboss.resteasy.util.HttpClient4xUtils
HttpClient4xUtils provides utility methods useful for changes
necessitated by switching from HttpClient 3.x to HttpClient 4.x.
- Version:
- $Revision: 1 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
consumeEntity
(org.apache.http.HttpResponse response) static String
updateQuery
(String uriString, String query)
-
Constructor Details
-
HttpClient4xUtils
public HttpClient4xUtils()
-
-
Method Details
-
consumeEntity
public static void consumeEntity(org.apache.http.HttpResponse response) -
updateQuery
-