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, toExternalForm
public static final ConcurrentHashMap<URL,URL> _visited
public static final Handler INSTANCE
protected URLConnection openConnection(URL u) throws IOException
openConnection
in class URLStreamHandler
IOException
protected int hashCode(URL u)
hashCode
in class URLStreamHandler
protected boolean equals(URL u1, URL u2)
equals
in class URLStreamHandler
Copyright © 2024. All rights reserved.