Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.net.URLStreamHandler

Availability: JDK 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);
}
Returned By:
URLStreamHandlerFactory.createURLStreamHandler().

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.