(final URL url)
| 135 | } |
| 136 | |
| 137 | public HttpURLConnection getConnection(final URL url) throws IOException { |
| 138 | return (HttpURLConnection) url.openConnection(); |
| 139 | } |
| 140 | |
| 141 | HttpURLConnection convertAndSend(Request request, Options options) throws IOException { |
| 142 | final URL url = new URL(request.url()); |