@FunctionalInterface public interface UrlConnectionFactory
URI creates a new HttpURLConnection. This allows customization
of the creation and configuration of the HttpURLConnection.| Modifier and Type | Method and Description |
|---|---|
HttpURLConnection |
createConnection(URI uri)
For the given
URI create an HttpURLConnection. |
HttpURLConnection createConnection(URI uri)
URI create an HttpURLConnection.uri - the URI of the requestHttpURLConnection to the given URICopyright © 2023. All rights reserved.