Package org.geotools.data.util
Class DataUrlHandler
- Object
-
- URLStreamHandler
-
- DataUrlHandler
-
public class DataUrlHandler extends URLStreamHandler
Responsible for instantiating the DataUrlConnection.
-
-
Constructor Summary
Constructors Constructor Description DataUrlHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URLConnection
openConnection(URL url)
-
Methods inherited from class URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Method Detail
-
openConnection
protected URLConnection openConnection(URL url) throws IOException
- Specified by:
openConnection
in classURLStreamHandler
- Throws:
IOException
-
-