|
||||||||
| 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.AccFileSharingSession
public class AccFileSharingSession
IAccFileSharingSession represents an incoming file sharing session.
| Method Summary | |
|---|---|
boolean |
getCanStop()
Whether this session can be stopped cleanly |
AccFileXferSession |
getFileXferSession()
The current file transfer session |
AccFileSharingItem |
getItemByIndex(int index)
Get a top-level listing item. |
int |
getTopLevelListingCount()
The count of items from the top level directory |
AccFileSharingItem |
getXferringFileSharingItem()
The currently transferring file sharing item |
void |
setAccessControlHook(AccAccessControlHook AccessControlHook)
An optional hook to control access to shared files |
void |
stopRecv()
If currently downloading an item, request to stop the download without stopping the session. |
| Methods inherited from class com.aol.acc.AccSecondarySession |
|---|
accept, cancelProposal, eject, endSession, getCreationTime, getInvitation, getInvitees, getLinkedSessions, getMaxParticipantCount, getName, 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 AccFileSharingItem getItemByIndex(int index)
throws AccException
AccException
public void stopRecv()
throws AccException
AccException
public boolean getCanStop()
throws AccException
AccException
public AccFileXferSession getFileXferSession()
throws AccException
AccException
public int getTopLevelListingCount()
throws AccException
AccException
public AccFileSharingItem getXferringFileSharingItem()
throws AccException
AccException
public void setAccessControlHook(AccAccessControlHook AccessControlHook)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||