JML

net.sf.jml.protocol.incoming
Class IncomingACK

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.MsnIncomingMessage
          extended by net.sf.jml.protocol.incoming.IncomingACK

public class IncomingACK
extends MsnIncomingMessage

OutgoingMSG's response message, indicate the message has successed send to remote user.

Supported Protocol: All

Syntax: ACK trId

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
IncomingACK(MsnProtocol protocol)
           
 
Method Summary
 
Methods inherited from class net.sf.jml.protocol.MsnIncomingMessage
getOutgoingMessage, messageReceived
 
Methods inherited from class net.sf.jml.protocol.MsnMessage
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, isSupportTransactionId, 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

IncomingACK

public IncomingACK(MsnProtocol protocol)

JML