-
public interface HttpRequest.ConnectionFactoryCreates HTTP connections for urls.
-
-
Method Summary
Modifier and Type Method Description abstract HttpURLConnectioncreate(URL url)Open an HttpURLConnection for the specified URL. abstract HttpURLConnectioncreate(URL url, Proxy proxy)Open an HttpURLConnection for the specified URL and Proxy. -
-
Method Detail
-
create
abstract HttpURLConnection create(URL url)
Open an HttpURLConnection for the specified URL.
-
create
abstract HttpURLConnection create(URL url, Proxy proxy)
Open an HttpURLConnection for the specified URL and Proxy.
-
-
-
-