-
public interface HttpRequest.ConnectionFactory
Creates HTTP connections for urls.
-
-
Method Summary
Modifier and Type Method Description abstract HttpURLConnection
create(URL url)
Open an HttpURLConnection for the specified URL. abstract HttpURLConnection
create(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.
-
-
-
-