|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccSecondarySession
com.aol.acc.AccFileXferSession
public class AccFileXferSession
IAccFileXferSession is used for managing individual file/folder transfers.
| Method Summary | |
|---|---|
AccFileXfer |
getCurrentFileXfer()
The current file being sent |
java.lang.String |
getDownloadDirPath()
The download path for files to be transfered to |
AccFileXferSession |
getFileSharingSession()
The file sharing session, if any |
boolean |
getIsDirectory()
Whether this is a transfer of a file or directory |
java.lang.String |
getName()
Name of the transfer, either the file or directory name |
boolean |
getSend()
Whether this transfer is a send or a receive |
int |
getSpeed()
Overall bytes per second of this session |
long |
getTotalBytes()
Total bytes to be transferred for this session |
long |
getTotalBytesXferred()
Total bytes transferred so far |
int |
getTotalNumFiles()
Total number of files in the transfer |
int |
getTotalNumFilesRemaining()
Number of files remaining to be transfered |
void |
resolveCollision(AccFileXferSessionCollisionAction action,
java.lang.String path)
Used to respond to DAccEvents::OnFileXferCollision. |
void |
setDownloadDirPath(java.lang.String DownloadDirPath)
The download path for files to be transfered to |
void |
setName(java.lang.String Name)
Name of the transfer, either the file or directory name |
| Methods inherited from class com.aol.acc.AccSecondarySession |
|---|
accept, cancelProposal, eject, endSession, getCreationTime, getInvitation, getInvitees, getLinkedSessions, getMaxParticipantCount, getOnlineTime, getParticipants, getRemainingTime, getRemoteUserName, getSecure, getServiceId, getSession, getSessionState, getState, invite, reject, setLinkedSessions |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void resolveCollision(AccFileXferSessionCollisionAction action,
java.lang.String path)
throws AccException
AccException
public AccFileXfer getCurrentFileXfer()
throws AccException
AccException
public java.lang.String getDownloadDirPath()
throws AccException
AccException
public void setDownloadDirPath(java.lang.String DownloadDirPath)
throws AccException
AccException
public AccFileXferSession getFileSharingSession()
throws AccException
AccException
public boolean getIsDirectory()
throws AccException
AccException
public java.lang.String getName()
throws AccException
getName in class AccSecondarySessionAccException
public void setName(java.lang.String Name)
throws AccException
AccException
public boolean getSend()
throws AccException
AccException
public int getSpeed()
throws AccException
AccException
public long getTotalBytes()
throws AccException
AccException
public long getTotalBytesXferred()
throws AccException
AccException
public int getTotalNumFiles()
throws AccException
AccException
public int getTotalNumFilesRemaining()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||