net.sf.jml.protocol.incoming
Class IncomingVER
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingVER
public class IncomingVER
- extends MsnIncomingMessage
The response of OutgoingVER, indicate the protocol that
server supported.
Supported Protocol: All
Syntax: VER trId supportedProtocol1 supportedProtocol2...
- Author:
- Roger Chen
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 |
IncomingVER
public IncomingVER(MsnProtocol protocl)
getSupportedProtocol
public MsnProtocol[] getSupportedProtocol()
messageReceived
protected void messageReceived(MsnSession session)
- Description copied from class:
MsnIncomingMessage
- The message have received.
- Overrides:
messageReceived
in class MsnIncomingMessage
- Parameters:
session
- the MsnSession which received the message