Interface AvaticaHttpClientFactory
- All Known Implementing Classes:
AvaticaHttpClientFactoryImpl
public interface AvaticaHttpClientFactory
A factory for constructing
AvaticaHttpClient's.-
Method Summary
Modifier and TypeMethodDescriptiongetClient(URL url, ConnectionConfig config, KerberosConnection kerberosUtil) Construct the appropriate implementation ofAvaticaHttpClient.
-
Method Details
-
getClient
Construct the appropriate implementation ofAvaticaHttpClient.- Parameters:
url- URL that the client is for.config- Configuration to use when constructing the implementation.- Returns:
- An instance of
AvaticaHttpClient.
-