java.net
Class URLStreamHandler
java.lang.Object
|
+--java.net.URLStreamHandler
- public abstract synchronized class URLStreamHandler
- extends Object
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)
|
URLStreamHandler
public URLStreamHandler()
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)