JML

net.sf.jml.protocol.incoming
Class IncomingCVR

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

public class IncomingCVR
extends MsnIncomingMessage

OutgoingCVR's response message. Return the server recommended version and the download url.

Supported Protocol: All

Syntax: CVR trId recommendedVersion recommendedVersion miniVersion downloadURL infoURL

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
IncomingCVR(MsnProtocol protocol)
           
 
Method Summary
 String getDownloadUrl()
           
 String getInformationUrl()
           
 String getMinimumVersion()
           
 String getRecommendedVersion()
           
 
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

IncomingCVR

public IncomingCVR(MsnProtocol protocol)
Method Detail

getRecommendedVersion

public String getRecommendedVersion()

getMinimumVersion

public String getMinimumVersion()

getDownloadUrl

public String getDownloadUrl()

getInformationUrl

public String getInformationUrl()

JML