Package net.sf.basedb.opengrid.filetransfer

  • Interface Summary
    Interface Description
    DownloadTarget
    Represents a local file or resource that is the target for a file that is about to be downloaded from a remote server.
    UploadSource
    Represents a local file or resource that can be uploaded as a file to a remote server.
  • Class Summary
    Class Description
    AbstractFileTransfer
    Abstract base implementation that is suitable when implementing both file upload and download.
    BaseFileDownloadTarget
    Download target implementation for storing a file from a remote server to the BASE filesystem.
    BaseFileUploadSource
    Upload source implementation for uploading a BASE file to a remote server.
    ByteArrayDownloadTarget
    Download target implementation for getting the remote file as a byte array.
    ByteArrayUploadSource
    Upload source implementation for uploading the contents of a string to a file on a remote server.
    FileMetaData
    Class for holding and collecting metadata about a remote or local file.
    FilePermission
    Represents the permission code for a file on a UNIX file system.
    InputStreamUploadSource
    Generic upload source implementation that simply wraps an existing input stream.
    OutputStreamDownloadTarget
    Generic download target implementation that simply wraps an existing output stream.
    ServletResponseDownloadTarget
    Download target implementation that forwards the downloaded remote file to the servlet response output stream.
    StringUploadSource
    Upload source implementation for uploading the contents of a string to a file on a remote server.