net.sf.jml.protocol.msnftp
Class MsnftpMessage
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.msnftp.MsnftpMessage
- Direct Known Subclasses:
- MsnftpBYE, MsnftpCCL, MsnftpContent, MsnftpFIL, MsnftpTFR, MsnftpUSR, MsnftpVER
public abstract class MsnftpMessage
- extends MsnMessage
MSNFTP Message. All MSNFTP Message have no trId, no chunkdata,
only have command and params, used for P2P file transfer.
Because a MsnMessenger may act as server or client, so all
MSNFTP may be incoming or outgoing.
See: http://www.hypothetic.org/docs/msn/client/file_transfer.php
- Author:
- Roger Chen
Methods inherited from class net.sf.jml.protocol.MsnMessage |
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, load, save, setChunkData, setChunkData, setCommand, setParam, toString |
MsnftpMessage
public MsnftpMessage(MsnProtocol protocol)
isSupportTransactionId
public final boolean isSupportTransactionId()
- Description copied from class:
MsnMessage
- If support transaction id, then can set transaction id.
- Overrides:
isSupportTransactionId
in class MsnMessage
- Returns:
- is support transaction id
messageReceived
protected void messageReceived(MsnftpSession session)
messageSent
protected void messageSent(MsnftpSession session)