public class Handler extends URLStreamHandler
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap<URL,URL> |
_visited |
static Handler |
INSTANCE |
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
equals(URL u1,
URL u2) |
protected int |
hashCode(URL u) |
protected URLConnection |
openConnection(URL u) |
getDefaultPort, getHostAddress, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalFormpublic static final ConcurrentHashMap<URL,URL> _visited
public static final Handler INSTANCE
protected URLConnection openConnection(URL u) throws IOException
openConnection in class URLStreamHandlerIOExceptionprotected int hashCode(URL u)
hashCode in class URLStreamHandlerprotected boolean equals(URL u1, URL u2)
equals in class URLStreamHandlerCopyright © 2016. All rights reserved.