org.jclouds.http.apachehc
Class ApacheHCUtils
java.lang.Object
org.jclouds.http.apachehc.ApacheHCUtils
@Singleton
public class ApacheHCUtils
- extends Object
- Author:
- Adrian Cole
|
Method Summary |
static void |
addEntityForContent(org.apache.http.HttpEntityEnclosingRequest apacheRequest,
org.jclouds.io.Payload payload)
|
static org.apache.http.client.methods.HttpUriRequest |
convertToApacheRequest(org.jclouds.http.HttpRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
ApacheHCUtils
public ApacheHCUtils()
convertToApacheRequest
public static org.apache.http.client.methods.HttpUriRequest convertToApacheRequest(org.jclouds.http.HttpRequest request)
addEntityForContent
public static void addEntityForContent(org.apache.http.HttpEntityEnclosingRequest apacheRequest,
org.jclouds.io.Payload payload)
Copyright © 2009-2011 jclouds. All Rights Reserved.