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 java.net.URLConnection
openConnection(java.net.URL url)
-
Methods inherited from class org.jboss.vfs.protocol.AbstractLocalURLStreamHandler
ensureLocal, hostsEqual, openConnection
-
-