|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpURLConnectionFactory
A factory to prepare and configure URLConnection instances.
| Method Summary | |
|---|---|
HttpURLConnection |
buildHttpURLConnection(URLConnection url)
Receives a URLConnection instance typically as a result of a URL
opening a connection to a remote resource. |
| Method Detail |
|---|
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 configured
HttpURLConnection instanceHttpsURLConnectionFactory}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||