Apache HttpClient
Apache HttpClient URLConnection. , URLConnection, , . , Java , , . , .
URLConnection
HTTP HTTPS URL- , URLConnection HttpURLConnection HttpsURLConnection . , . URLConnection (. ). -, HttpURLConnection. , HTTP HTTPS URL-.
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
HttpURLConnection disconnect(), . , getInputStream() , read() , SocketException: Socket closed:
conn.disconnect();
Caveat:
Javadoc disconnect():
disconnect() , .
, JDK1.8 Ubuntu Android, , , , , true, URLConnection. , , , " ".