Package com.openhtmltopdf.protocols.data
Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- com.openhtmltopdf.protocols.data.Handler
-
public class Handler extends URLStreamHandler
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
Modifier and Type Method Description protected URLConnectionopenConnection(URL u)protected voidparseURL(URL u, String spec, int start, int limit)-
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Method Detail
-
parseURL
protected void parseURL(URL u, String spec, int start, int limit)
- Overrides:
parseURLin classURLStreamHandler
-
openConnection
protected URLConnection openConnection(URL u) throws IOException
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-
-