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.

Constructor Index

 o HTTPURLStreamHandler()

Method Index

 o openConnection(URL)
Returns an unopened HTTPURLConnection attached to the specified URL.

Constructors

 o HTTPURLStreamHandler
  public HTTPURLStreamHandler()

Methods

 o 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