JML

net.sf.jml.protocol.msnftp
Class MsnftpFIL

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.MsnftpFIL

public class MsnftpFIL
extends MsnftpMessage

File transfer server have ready to transfer file.

Syntax: FIL filesize

Supported Protocol: MSNC0

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
MsnftpFIL(MsnProtocol protocol)
           
 
Method Summary
 long getFileSize()
           
protected  void messageReceived(MsnftpSession session)
           
 void setFileSize(long fileSize)
           
 
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

MsnftpFIL

public MsnftpFIL(MsnProtocol protocol)
Method Detail

setFileSize

public void setFileSize(long fileSize)

getFileSize

public long getFileSize()

messageReceived

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

JML