HttpURLConnection
class is used to establish a connection to http end points. By using
HttpURLConnection class, you can open a connection to given http end point, read
the content, write content, read and write headers, read response status codes
etc., In this tutorial series, you will get hands on of all these things.
· Read URL Contents
using HttpURLConnection
· Get headers from url
using HttpURLConnection
· Adding headers using
HttpURLConnection
· Post data to url
using HttpURLConnection
No comments:
Post a Comment