Class java.net.URLStreamHandler (1.0)


public abstract class URLStreamHandler extends Object {
  // Default Constructor: public URLStreamHandler( )
  // Protected Instance Methods
    protected abstract URLConnection openConnection(URL u) throws IOException;
    protected void parseURL(URL u, String spec, int start, int limit);
    protected void setURL(URL u, String protocol, String host, int port, String file, String ref);
    protected String toExternalForm(URL u);
}