JML

net.sf.jml.protocol.incoming
Class IncomingNOT

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

public class IncomingNOT
extends MsnIncomingMessage

A notice from a service affiliated with MSN Messenger

Syntax: NOT msgLen\r\n content

Author:
Lars Hoogweg

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
IncomingNOT(MsnProtocol protocol)
           
 
Method Summary
protected  boolean isSupportChunkData()
          If support chunk data, then can set chunk data.
 
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, 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

IncomingNOT

public IncomingNOT(MsnProtocol protocol)
Method Detail

isSupportChunkData

protected boolean isSupportChunkData()
Description copied from class: MsnMessage
If support chunk data, then can set chunk data.

Overrides:
isSupportChunkData in class MsnMessage
Returns:
is support chunk data

JML