Class HttpFileSystem

    • Constructor Detail

      • HttpFileSystem

        protected HttpFileSystem​(GenericFileName rootName,
                                 org.apache.commons.httpclient.HttpClient client,
                                 FileSystemOptions fileSystemOptions)
    • Method Detail

      • addCapabilities

        protected void addCapabilities​(java.util.Collection caps)
        Adds the capabilities of this file system.
        Specified by:
        addCapabilities in class AbstractFileSystem
      • getClient

        protected org.apache.commons.httpclient.HttpClient getClient()
      • createFile

        protected FileObject createFile​(FileName name)
                                 throws java.lang.Exception
        Creates a file object. This method is called only if the requested file is not cached.
        Specified by:
        createFile in class AbstractFileSystem
        Throws:
        java.lang.Exception