Package org.jboss.vfs.protocol
Class FileURLStreamHandler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
-
- org.jboss.vfs.protocol.FileURLStreamHandler
-
- Direct Known Subclasses:
Handler
public class FileURLStreamHandler extends AbstractLocalURLStreamHandler
A File based URLStreamHandler- Version:
- $Revision$
- Author:
- John Bailey
-
-
Constructor Summary
Constructors Constructor Description FileURLStreamHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URLConnectionopenConnection(URL url)-
Methods inherited from class org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
ensureLocal, hostsEqual, openConnection
-
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Method Detail
-
openConnection
protected URLConnection openConnection(URL url) throws IOException
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-
-