Package com.codebarrel.tenant.api.http
Interface HttpClientFactory
- All Known Implementing Classes:
HttpClientFactoryImpl
public interface HttpClientFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Environment env) Creates a HttpClient for dealing with the execution of requestscreate(Environment env, HttpRequestLogger requestLogger) Creates a HttpClient with a custom request logger.
-
Method Details
-
create
Creates a HttpClient for dealing with the execution of requests- Returns:
- New HttpClient client
-
create
Creates a HttpClient with a custom request logger.
-