What is the HttpConnection interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the HttpConnection interface?
Rating:
The HttpConnection interface contains methods and constants to obtain an Http connection. An Http connection is obtained using the Connector.open() method. A URL with the http scheme is passed to this method to get an Http connection, as shown in the syntax below:
The HttpConnection interface extends the Connection interface.
Rating:
Was this information helpful?
Other articles
- What is the getRecord() method?
- What is the listRecordStores() method?
- What is a JAD file?
- What is JNI?
- What is the Vector class?