java.net
Class URLStreamHandler

java.lang.Object
  |
  +--java.net.URLStreamHandler

public abstract synchronized class URLStreamHandler
extends Object


Constructor Summary
URLStreamHandler()
           
 
Method Summary
protected  boolean equals(URL, URL)
           
protected  int getDefaultPort()
           
protected  InetAddress getHostAddress(URL)
           
protected  int hashCode(URL)
           
protected  boolean hostsEqual(URL, URL)
           
protected abstract  URLConnection openConnection(URL)
           
protected  void parseURL(URL, String, int, int)
           
protected  boolean sameFile(URL, URL)
           
protected  void setURL(URL, String, String, int, String, String)
           
protected  void setURL(URL, String, String, int, String, String, String, String, String)
           
protected  String toExternalForm(URL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

URLStreamHandler

public URLStreamHandler()
Method Detail

openConnection

protected abstract URLConnection openConnection(URL)
                                         throws IOException
IOException

parseURL

protected void parseURL(URL,
                        String,
                        int,
                        int)

getDefaultPort

protected int getDefaultPort()

equals

protected boolean equals(URL,
                         URL)

hashCode

protected int hashCode(URL)

sameFile

protected boolean sameFile(URL,
                           URL)

getHostAddress

protected InetAddress getHostAddress(URL)

hostsEqual

protected boolean hostsEqual(URL,
                             URL)

toExternalForm

protected String toExternalForm(URL)

setURL

protected void setURL(URL,
                      String,
                      String,
                      int,
                      String,
                      String,
                      String,
                      String,
                      String)

setURL

protected void setURL(URL,
                      String,
                      String,
                      int,
                      String,
                      String)