Java java.net HttpURLConnection
PreviousNextBy API
The following index lists the tutorials for HttpURLConnection by API.
Fields
Methods
By Examples
The following index lists the tutorials for HttpURLConnection by example
titles.
- Java HttpURLConnection Given a string url, connects and returns response code
- Java HttpURLConnection Retrieve a text-based document using HTTP GET method.<br> May be used to retrieve XML documents, news feeds, etc.
- Java HttpURLConnection checkUrlWithOptions(String urlString, int readTimeOutMs, int connectionTimeOutMs, boolean urlRedirect, boolean useCaches)
- Java HttpURLConnection downloadFile(String fileUrl, File directory)
- Java HttpURLConnection fetchToken(String email, String password)
- Java HttpURLConnection getInputStream(HttpURLConnection connection)
- Java HttpURLConnection getStringFromWebsite(String link)
- Java HttpURLConnection getToken(final String email, final String password)
- Java HttpURLConnection httpGet(String url, boolean logStdout)
- Java HttpURLConnection readJsonFromUrl(String path)
PreviousNextRelated