public class Webdav4FileSystem extends Http4FileSystem
Modifier | Constructor and Description |
---|---|
protected |
Webdav4FileSystem(FileName rootName,
FileSystemOptions fileSystemOptions,
org.apache.http.client.HttpClient httpClient,
org.apache.http.client.protocol.HttpClientContext httpClientContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
protected FileObject |
createFile(AbstractFileName name)
Creates a file object.
|
URLStreamHandler |
getURLStreamHandler()
Return a URLStreamHandler.
|
doCloseCommunicationLink, getHttpClient, getHttpClientContext, getInternalBaseURI
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, 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, setAttribute
getContext, getLogger, setContext, setLogger
protected Webdav4FileSystem(FileName rootName, FileSystemOptions fileSystemOptions, org.apache.http.client.HttpClient httpClient, org.apache.http.client.protocol.HttpClientContext httpClientContext)
protected void addCapabilities(Collection<Capability> caps)
addCapabilities
in class Http4FileSystem
caps
- The Capabilities to add.protected FileObject createFile(AbstractFileName name) throws Exception
createFile
in class Http4FileSystem
name
- the FileName.Exception
public URLStreamHandler getURLStreamHandler()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.