@FunctionalInterface
public interface HttpConnectionConfigurator
HttpURLConnection used in the Client's RestTemplate.
Note the SimpleRestTemplateConfigurator performs essential settings before the
configurator.
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.net.HttpURLConnection connection)
Configure the
HttpURLConnection |