Interface HttpClient4BuilderCustomizer
public interface HttpClient4BuilderCustomizer
- Author:
- Ryan Baxter
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder) Allows for customization of the HttpClientBuilder before it is created.
-
Method Details
-
customize
void customize(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder) Allows for customization of the HttpClientBuilder before it is created.- Parameters:
httpClientBuilder- the HttpClientBuilder to customize
-