Package org.mapfish.print.url.data
Class Handler
java.lang.Object
java.net.URLStreamHandler
org.mapfish.print.url.data.Handler
Responsible for instantiating the DataUrlConnection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Adds the parent package to the java.protocol.handler.pkgs system property.protected URLConnection
openConnection
(URL url) protected URLConnection
openConnection
(URL url, Proxy proxy) Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
configureProtocolHandler
public static void configureProtocolHandler()Adds the parent package to the java.protocol.handler.pkgs system property. -
openConnection
- Specified by:
openConnection
in classURLStreamHandler
-
openConnection
- Overrides:
openConnection
in classURLStreamHandler
-