Uses of Class
org.jmythapi.protocol.response.impl.FileTransfer

Packages that use FileTransfer
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.impl This package contains implementations of MythTV protocol elements. 
 

Uses of FileTransfer in org.jmythapi.protocol
 

Methods in org.jmythapi.protocol that return FileTransfer
 FileTransfer IBackend.annotateFileTransfer(String fileName, String storageGroup)
          Announce a new file-transfer connection to the backend.
 FileTransfer IBackend.annotateFileTransfer(URI fileUrl)
          Announce a new file-transfer connection to the backend.
 

Uses of FileTransfer in org.jmythapi.protocol.impl
 

Methods in org.jmythapi.protocol.impl that return FileTransfer
 FileTransfer Backend.annotateFileTransfer(IProgramInfo programInfo, Boolean useReadAhead, Integer retries, Integer timeoutMs)
           
 FileTransfer Backend.annotateFileTransfer(String fileName, Boolean useReadAhead, Integer retries, Integer timeoutMs, String storageGroup)
           
 FileTransfer Backend.annotateFileTransfer(String fileName, String storageGroup)
           
 FileTransfer Backend.annotateFileTransfer(URI fileUrl)
           
 



Copyright © 2008-2013. All Rights Reserved.