Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- manifold.internal.runtime.protocols.Handler
-
public class Handler extends URLStreamHandler
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanequals(URL u1, URL u2)protected inthashCode(URL u)protected URLConnectionopenConnection(URL u)-
Methods inherited from class java.net.URLStreamHandler
getDefaultPort, getHostAddress, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Field Detail
-
_visited
public static final ConcurrentHashMap<URL,URL> _visited
-
INSTANCE
public static final Handler INSTANCE
-
-
Method Detail
-
openConnection
protected URLConnection openConnection(URL u) throws IOException
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-
hashCode
protected int hashCode(URL u)
- Overrides:
hashCodein classURLStreamHandler
-
equals
protected boolean equals(URL u1, URL u2)
- Overrides:
equalsin classURLStreamHandler
-
-