|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpUrlConnectionSource
An object that creates new HttpURLConnection
s.
Method Summary | |
---|---|
java.net.HttpURLConnection |
openConnection(java.net.URL url)
Creates a new HttpURLConnection for url . |
Method Detail |
---|
java.net.HttpURLConnection openConnection(java.net.URL url) throws java.io.IOException
HttpURLConnection
for url
.
url
- url to connect to
java.lang.IllegalArgumentException
- if url is not an HTTP url
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |