Searched defs:openConnection (Results 1 – 2 of 2) sorted by relevance
246 public URLConnection openConnection(URL url) throws IOException { in openConnection() method in Network273 public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { in openConnection() method in Network
185 private HttpURLConnection openConnection(URL url, Request<?> request) throws IOException { in openConnection() method in HurlStack