Package com.dynatrace.openkit.providers
Interface HTTPClientProvider
-
- All Known Implementing Classes:
DefaultHTTPClientProvider
public interface HTTPClientProviderInterface for providing an HTTP client. Mostly needed for testing purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPClientcreateClient(HTTPClientConfiguration configuration)Returns an HTTPClient based on the provided configuration.
-
-
-
Method Detail
-
createClient
HTTPClient createClient(HTTPClientConfiguration configuration)
Returns an HTTPClient based on the provided configuration.
-
-