|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jml.message.MsnMimeMessage
net.sf.jml.message.MsnPropMessage
net.sf.jml.message.invitation.MsnInvitationMessage
net.sf.jml.message.invitation.MsnInviteMessage
net.sf.jml.message.invitation.MsnftpInviteMessage
public class MsnftpInviteMessage
File transfer invite.
Field Summary |
---|
Fields inherited from class net.sf.jml.message.MsnPropMessage |
---|
properties |
Fields inherited from class net.sf.jml.message.MsnMimeMessage |
---|
headers |
Constructor Summary | |
---|---|
MsnftpInviteMessage()
|
Method Summary | |
---|---|
String |
getApplicationFile()
|
long |
getApplicationFileSize()
|
MsnConnectionType |
getConnectionType()
|
protected void |
messageReceived(MsnSession session,
MsnContact contact)
The message have received, invoked by dispatch thread |
void |
setApplicationFile(String applicationFile)
|
void |
setApplicationFileSize(long applicationFileSize)
|
void |
setConnectionType(MsnConnectionType type)
|
void |
setFile(File file)
|
Methods inherited from class net.sf.jml.message.invitation.MsnInviteMessage |
---|
cancelled, getApplicationGUID, getApplicationName, messageSent, setApplicationGUID, setApplicationName |
Methods inherited from class net.sf.jml.message.invitation.MsnInvitationMessage |
---|
getInvitationCommand, getInvitationCookie, setInvitationCommand, setInvitationCookie, toOutgoingMsg |
Methods inherited from class net.sf.jml.message.MsnPropMessage |
---|
getProperties, parseBuffer, toString |
Methods inherited from class net.sf.jml.message.MsnMimeMessage |
---|
getCharset, getContentType, getHeaders, getMimeVersion, parseMessage, setContentType, setMimeVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MsnftpInviteMessage()
Method Detail |
---|
public String getApplicationFile()
public long getApplicationFileSize()
public void setApplicationFile(String applicationFile)
public void setApplicationFileSize(long applicationFileSize)
public void setConnectionType(MsnConnectionType type)
public MsnConnectionType getConnectionType()
public void setFile(File file) throws IllegalArgumentException
IllegalArgumentException
protected void messageReceived(MsnSession session, MsnContact contact)
MsnMimeMessage
messageReceived
in class MsnInviteMessage
session
- the MsnSession which received the messagecontact
- the user who sent this message
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |