|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IncomingFileTransferRequest
Used for incoming file transfer request.
| Method Summary | |
|---|---|
FileTransfer |
acceptFile(File file)
Function called to accept and receive the file. |
String |
getFileDescription()
Returns a String that represents the description of the file that is being received. |
String |
getFileName()
Returns a String that represents the name of the file that is being received. |
long |
getFileSize()
Returns a long that represents the size of the file that is being received. |
String |
getID()
Uniquie ID that is identifying the request and then the FileTransfer if the request has been accepted. |
Contact |
getSender()
Returns a String that represents the name of the sender of the file being received. |
byte[] |
getThumbnail()
Returns the thumbnail contained in this request. |
void |
rejectFile()
Function called to refuse the file. |
| Method Detail |
|---|
String getID()
String getFileName()
String getFileDescription()
long getFileSize()
Contact getSender()
FileTransfer acceptFile(File file)
file - the file to accept
void rejectFile()
byte[] getThumbnail()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||