|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFileTransfer | |
---|---|
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. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
Uses of IFileTransfer in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol that return IFileTransfer | |
---|---|
IFileTransfer |
IBackend.annotateFileTransfer(IProgramInfo programInfo)
Announce a new file-transfer connection to the backend. |
IFileTransfer |
IBackend.annotateFileTransfer(IProgramInfo programInfo,
Boolean useReadAhead,
Integer retries,
Integer timeoutMs)
Announce a new file-transfer connection to the backend. |
IFileTransfer |
IBackend.annotateFileTransfer(String fileName,
Boolean useReadAhead,
Integer retries,
Integer timeoutMs,
String storageGroup)
Announce a new file-transfer connection to the backend. |
Uses of IFileTransfer in org.jmythapi.protocol.impl |
---|
Methods in org.jmythapi.protocol.impl that return IFileTransfer | |
---|---|
IFileTransfer |
Backend.annotateFileTransfer(IProgramInfo programInfo)
|
Uses of IFileTransfer in org.jmythapi.protocol.response.impl |
---|
Classes in org.jmythapi.protocol.response.impl that implement IFileTransfer | |
---|---|
class |
FileTransfer
|
Methods in org.jmythapi.protocol.response.impl with parameters of type IFileTransfer | |
---|---|
static Pixmap |
Pixmap.valueOf(IFileTransfer fileTransfer,
Date lastModifiedDate)
This method creates a new pixmap object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |