Package org.apache.synapse.util
Class ClasspathURLStreamHandler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.apache.synapse.util.ClasspathURLStreamHandler
-
public final class ClasspathURLStreamHandler extends URLStreamHandler
-
-
Constructor Summary
Constructors Constructor Description ClasspathURLStreamHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLConnection
openConnection(URL url)
-
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Method Detail
-
openConnection
public URLConnection openConnection(URL url)
- Specified by:
openConnection
in classURLStreamHandler
-
-