Uses of Interface
org.das2.util.filesystem.WebProtocol

Packages that use WebProtocol
org.das2.util.filesystem The fileSystem package introduces a filesystem abstraction that allows various types of file systems to be accessed in a convenient and uniform way. 
 

Uses of WebProtocol in org.das2.util.filesystem
 

Classes in org.das2.util.filesystem that implement WebProtocol
 class AppletHttpProtocol
          uses HTTP, and doesn't download resources to cache
 class DefaultWebProtocol
          This is the old way that uses subclasses of WebFileObject.
 

Fields in org.das2.util.filesystem declared as WebProtocol
protected  WebProtocol WebFileSystem.protocol
          plug-in template for implementation.