com.github.tomakehurst.wiremock.http
Class HttpClientFactory

java.lang.Object
  extended by com.github.tomakehurst.wiremock.http.HttpClientFactory

public class HttpClientFactory
extends java.lang.Object


Constructor Summary
HttpClientFactory()
           
 
Method Summary
static org.apache.http.client.HttpClient createClient()
           
static org.apache.http.client.HttpClient createClient(int timeoutMilliseconds)
           
static org.apache.http.client.HttpClient createClient(int maxConnections, int timeoutMilliseconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientFactory

public HttpClientFactory()
Method Detail

createClient

public static org.apache.http.client.HttpClient createClient(int maxConnections,
                                                             int timeoutMilliseconds)

createClient

public static org.apache.http.client.HttpClient createClient(int timeoutMilliseconds)

createClient

public static org.apache.http.client.HttpClient createClient()