org.das2.util.filesystem
Class AppletHttpProtocol

java.lang.Object
  extended by org.das2.util.filesystem.AppletHttpProtocol
All Implemented Interfaces:
WebProtocol

public class AppletHttpProtocol
extends java.lang.Object
implements WebProtocol

uses HTTP, and doesn't download resources to cache


Field Summary
 
Fields inherited from interface org.das2.util.filesystem.WebProtocol
META_EXIST
 
Constructor Summary
AppletHttpProtocol()
           
 
Method Summary
 java.io.InputStream getInputStream(WebFileObject fo, ProgressMonitor mon)
           
 java.util.Map<java.lang.String,java.lang.String> getMetadata(WebFileObject fo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletHttpProtocol

public AppletHttpProtocol()
Method Detail

getInputStream

public java.io.InputStream getInputStream(WebFileObject fo,
                                          ProgressMonitor mon)
                                   throws java.io.IOException
Specified by:
getInputStream in interface WebProtocol
Throws:
java.io.IOException

getMetadata

public java.util.Map<java.lang.String,java.lang.String> getMetadata(WebFileObject fo)
                                                             throws java.io.IOException
Specified by:
getMetadata in interface WebProtocol
Throws:
java.io.IOException