| java.lang.Object java.net.URLStreamHandler sun.net.www.protocol.file.Handler
Handler | public class Handler extends URLStreamHandler (Code) | | Open an file input stream given a URL.
author: James Gosling version: 1.19, 07/05/05 |
createFileURLConnection | protected URLConnection createFileURLConnection(URL url, File file)(Code) | | Template method to be overriden by Java Plug-in. [stanleyh]
|
hostsEqual | protected boolean hostsEqual(URL u1, URL u2)(Code) | | Compares the host components of two URLs.
Parameters: u1 - the URL of the first host to compare Parameters: u2 - the URL of the second host to compare true if and only if they are equal, false otherwise. |
parseURL | protected void parseURL(URL u, String spec, int start, int limit)(Code) | | |
Methods inherited from java.net.URLStreamHandler | protected boolean equals(URL u1, URL u2)(Code)(Java Doc) protected int getDefaultPort()(Code)(Java Doc) protected synchronized InetAddress getHostAddress(URL u)(Code)(Java Doc) protected int hashCode(URL u)(Code)(Java Doc) protected boolean hostsEqual(URL u1, URL u2)(Code)(Java Doc) abstract protected URLConnection openConnection(URL u) throws IOException(Code)(Java Doc) protected URLConnection openConnection(URL u, Proxy p) throws IOException(Code)(Java Doc) protected void parseURL(URL u, String spec, int start, int limit)(Code)(Java Doc) protected boolean sameFile(URL u1, URL u2)(Code)(Java Doc) protected void setURL(URL u, String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref)(Code)(Java Doc) protected void setURL(URL u, String protocol, String host, int port, String file, String ref)(Code)(Java Doc) protected String toExternalForm(URL u)(Code)(Java Doc)
|
|
|