Interface GoodDataHttpClientBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Custom GoodData http client builder providing custom functionality by descendants of
SingleEndpointGoodDataRestProvider.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.HttpClientbuildHttpClient(org.apache.http.impl.client.HttpClientBuilder builder, GoodDataEndpoint endpoint, GoodDataSettings settings) BuildsHttpClientfrom given builder, configured to connect to given endpoint applying given settings.
-
Method Details
-
buildHttpClient
org.apache.http.client.HttpClient buildHttpClient(org.apache.http.impl.client.HttpClientBuilder builder, GoodDataEndpoint endpoint, GoodDataSettings settings) BuildsHttpClientfrom given builder, configured to connect to given endpoint applying given settings.- Parameters:
builder- pre-configured builderendpoint- endpoint of GoodData APIsettings- settings- Returns:
- configured http client.
-