com.intel.cosbench.client.http
Class HttpClientUtil

java.lang.Object
  extended by com.intel.cosbench.client.http.HttpClientUtil

public class HttpClientUtil
extends java.lang.Object

This class encapsulates basic http client related functions which are necessary for REST based storage system.

Author:
ywang19

Constructor Summary
HttpClientUtil()
           
 
Method Summary
static org.apache.http.client.HttpClient createHttpClient(int timeout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientUtil

public HttpClientUtil()
Method Detail

createHttpClient

public static org.apache.http.client.HttpClient createHttpClient(int timeout)