Uses of Class
com.caucho.vfs.HttpPath

Packages that use HttpPath
com.caucho.vfs Resin's Virtual File System. 
 

Uses of HttpPath in com.caucho.vfs
 

Subclasses of HttpPath in com.caucho.vfs
 class HttpsPath
          The HTTP scheme.
 

Methods in com.caucho.vfs that return HttpPath
protected  HttpPath HttpPath.create(FilesystemPath root, java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> newAttributes, java.lang.String path, java.lang.String query)
           
protected  HttpPath HttpsPath.create(FilesystemPath root, java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> newAttributes, java.lang.String path, java.lang.String query)
           
protected  HttpPath HttpPath.create(java.lang.String host, int port)
           
protected  HttpPath HttpsPath.create(java.lang.String host, int port)