JML

net.sf.jml.protocol.msnftp
Class MsnftpTFR

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.msnftp.MsnftpMessage
          extended by net.sf.jml.protocol.msnftp.MsnftpTFR

public class MsnftpTFR
extends MsnftpMessage

Client have ready to receive file.

Syntax: TFR

Supported Protocol: MSNC0

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
MsnftpTFR(MsnProtocol protocol)
           
 
Method Summary
protected  void messageReceived(MsnftpSession session)
           
 
Methods inherited from class net.sf.jml.protocol.msnftp.MsnftpMessage
isSupportTransactionId, messageSent
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsnftpTFR

public MsnftpTFR(MsnProtocol protocol)
Method Detail

messageReceived

protected void messageReceived(MsnftpSession session)
Overrides:
messageReceived in class MsnftpMessage

JML