Interface UrlConnectionFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UrlConnectionFactory
An interface that, given a URI creates a new HttpURLConnection. This allows customization of the creation and configuration of the HttpURLConnection.