public class HttpFileSystem extends AbstractFileSystem implements FileSystem
| Modifier | Constructor and Description |
|---|---|
protected |
HttpFileSystem(GenericFileName rootName,
HttpClient client,
FileSystemOptions fileSystemOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCapabilities(java.util.Collection<Capability> caps)
Adds the capabilities of this file system.
|
void |
closeCommunicationLink()
Close the underlaying link used to access the files.
|
protected FileObject |
createFile(AbstractFileName name)
Creates a file object.
|
protected HttpClient |
getClient() |
addJunction, addListener, close, decorateFileObject, doCloseCommunicationLink, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributegetContext, getLogger, setContext, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJunction, addListener, getAttribute, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributeprotected HttpFileSystem(GenericFileName rootName, HttpClient client, FileSystemOptions fileSystemOptions)
protected void addCapabilities(java.util.Collection<Capability> caps)
addCapabilities in class AbstractFileSystemprotected HttpClient getClient()
public void closeCommunicationLink()
AbstractFileSystemcloseCommunicationLink in class AbstractFileSystemprotected FileObject createFile(AbstractFileName name) throws java.lang.Exception
createFile in class AbstractFileSystemjava.lang.Exception