Package org.jboss.vfs.protocol
Class VirtualFileURLStreamHandler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
-
- org.jboss.vfs.protocol.VirtualFileURLStreamHandler
-
- Direct Known Subclasses:
Handler
public class VirtualFileURLStreamHandler extends AbstractLocalURLStreamHandler
The VFS URL stream handler.
-
-
Constructor Summary
Constructors Constructor Description VirtualFileURLStreamHandler()
-
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
-
-