public abstract class TURLStreamHandler extends Object
Constructor and Description |
---|
TURLStreamHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
equals(TURL url1,
TURL url2) |
protected int |
getDefaultPort() |
protected int |
hashCode(TURL url) |
protected boolean |
hostsEqual(TURL url1,
TURL url2) |
protected abstract TURLConnection |
openConnection(TURL u) |
protected void |
parseURL(TURL u,
String str,
int start,
int end) |
protected boolean |
sameFile(TURL url1,
TURL url2) |
protected void |
setURL(TURL u,
String protocol,
String host,
int port,
String file,
String ref)
Deprecated.
|
protected void |
setURL(TURL u,
String protocol,
String host,
int port,
String authority,
String userInfo,
String file,
String query,
String ref) |
protected String |
toExternalForm(TURL url) |
protected abstract TURLConnection openConnection(TURL u) throws IOException
IOException
@Deprecated protected void setURL(TURL u, String protocol, String host, int port, String file, String ref)
protected void setURL(TURL u, String protocol, String host, int port, String authority, String userInfo, String file, String query, String ref)
protected int getDefaultPort()
protected int hashCode(TURL url)
Copyright © 2019. All rights reserved.