Interface ConnectionConfigurator
public interface ConnectionConfigurator
Interface to configure
HttpURLConnection created by
AuthenticatedURL instances.-
Method Summary
Modifier and TypeMethodDescriptionconfigure(HttpURLConnection conn) Configures the givenHttpURLConnectioninstance.
-
Method Details
-
configure
Configures the givenHttpURLConnectioninstance.- Parameters:
conn- theHttpURLConnectioninstance to configure.- Returns:
- the configured
HttpURLConnectioninstance. - Throws:
IOException- if an IO error occurred.
-