org.crsh.vfs.spi.ram
Class RAMURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.crsh.vfs.spi.ram.RAMURLStreamHandler

public class RAMURLStreamHandler
extends URLStreamHandler


Field Summary
private  RAMDriver driver
          .
 
Constructor Summary
RAMURLStreamHandler(RAMDriver driver)
           
 
Method Summary
protected  URLConnection openConnection(URL u)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

private final RAMDriver driver
.

Constructor Detail

RAMURLStreamHandler

public RAMURLStreamHandler(RAMDriver driver)
Method Detail

openConnection

protected URLConnection openConnection(URL u)
                                throws IOException
Specified by:
openConnection in class URLStreamHandler
Throws:
IOException


Copyright © 2014 eXo Platform SAS. All Rights Reserved.