Class Http4FileSystem

    • Constructor Detail

      • Http4FileSystem

        protected Http4FileSystem​(FileName rootName,
                                  FileSystemOptions fileSystemOptions,
                                  org.apache.http.client.HttpClient httpClient,
                                  org.apache.http.client.protocol.HttpClientContext httpClientContext)
        Deprecated.
        Constructs a new instance.
        Parameters:
        rootName - root base name
        fileSystemOptions - file system options
        httpClient - HttpClient instance
        httpClientContext - HttpClientContext instance
    • Method Detail

      • createFile

        protected FileObject createFile​(AbstractFileName name)
                                 throws java.lang.Exception
        Deprecated.
        Description copied from class: AbstractFileSystem
        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.
      • getHttpClient

        protected org.apache.http.client.HttpClient getHttpClient()
        Deprecated.
        Gets the internal HttpClient instance.
        Returns:
        the internal HttpClient instance
      • getHttpClientContext

        protected org.apache.http.client.protocol.HttpClientContext getHttpClientContext()
        Deprecated.
        Gets the internal HttpClientContext instance.
        Returns:
        the internal HttpClientContext instance
      • getInternalBaseURI

        protected java.net.URI getInternalBaseURI()
        Deprecated.
        Gets the internal base URI instance.
        Returns:
        the internal base URI instance