Package org.xhtmlrenderer.protocols.data
Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.xhtmlrenderer.protocols.data.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 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)
- Specified by:
openConnectionin classURLStreamHandler
-
-