Class HttpClientFactory
- java.lang.Object
-
- com.chutneytesting.action.http.domain.HttpClientFactory
-
public class HttpClientFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClientcreate(Logger logger, Target target, Class<String> responseType, int timeout)
-
-
-
Method Detail
-
create
public HttpClient create(Logger logger, Target target, Class<String> responseType, int timeout)
- Returns:
- an
HttpClientdepending on givenTargetable to handle:- no security
- basic-auth
- TLS (trust everything by default, hostname verifier is disabled)
- TLS one-way
- TLS two-way
-
-