Class HttpFileSystem

    • Constructor Detail

      • HttpFileSystem

        protected HttpFileSystem​(GenericFileName rootName,
                                 org.apache.commons.httpclient.HttpClient httpClient,
                                 FileSystemOptions fileSystemOptions)
        Deprecated.
        Constructs a new instance.
        Parameters:
        rootName - root base name
        httpClient - HttpClient instance
        fileSystemOptions - Options to build this file system.
    • Method Detail

      • createFile

        protected FileObject createFile​(AbstractFileName name)
                                 throws java.lang.Exception
        Deprecated.
        Creates a file object. This method is called only if the requested file is not cached.
        Specified by:
        createFile in class AbstractFileSystem
        Parameters:
        name - name referencing the new file.
        Returns:
        new created FileObject.
        Throws:
        java.lang.Exception - might throw an Exception, which is then wrapped in FileSystemException.
      • getClient

        protected org.apache.commons.httpclient.HttpClient getClient()
        Deprecated.
        Gets the HTTP client.
        Returns:
        the HttpClient.