public interface HttpURLConnectionFactory
URLConnection instances.| Modifier and Type | Method and Description |
|---|---|
HttpURLConnection |
buildHttpURLConnection(URLConnection url)
Receives a
URLConnection instance typically as a result of a URL
opening a connection to a remote resource. |
HttpURLConnection buildHttpURLConnection(URLConnection url)
URLConnection instance typically as a result of a URL
opening a connection to a remote resource. The received url connection is then
configured and prepared appropriately depending on its type and is then returned to the caller
to accommodate method chaining.url - The url connection that needs to be configuredHttpURLConnection instanceHttpsURLConnectionFactory}Copyright © 2006-2014 Jasig. All Rights Reserved.