Class prominence.url.HTTPURLStreamHandler
All Packages Class Hierarchy This Package Previous Next Index
Class prominence.url.HTTPURLStreamHandler
java.lang.Object
|
+----java.net.URLStreamHandler
|
+----prominence.url.HTTPURLStreamHandler
- public class HTTPURLStreamHandler
- extends URLStreamHandler
An URLStreamHander for the HTTP protocol that creates an
HTTPURLConnection for a specified URL.
-
HTTPURLStreamHandler()
-
-
openConnection(URL)
- Returns an unopened HTTPURLConnection attached to the specified URL.
HTTPURLStreamHandler
public HTTPURLStreamHandler()
openConnection
protected URLConnection openConnection(URL u)
- Returns an unopened HTTPURLConnection attached to the specified URL.
- Parameters:
- u - The URL to which to connect
- Returns:
- s An HTTPURLConnection attached to the specified URL
- Overrides:
- openConnection in class URLStreamHandler
- See Also:
- HTTPURLConnection
All Packages Class Hierarchy This Package Previous Next Index