net.sf.jml.protocol.incoming
Class IncomingBLP
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingBLP
public class IncomingBLP
- extends MsnIncomingMessage
The notice of OutgoingSYN or the response of OutgoingBLP,
indicate the default list for people who aren't explicitly
allowed or blocked.
Supported Protocol: All
Syntax 1: BLP AL|BL
Syntax 2: BLP trId versionNum AL|BL
Syntax 1 is one of the response of OutgoingSYN, Syntax 2 is
the response of OutgoingBLP.
- 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 |
IncomingBLP
public IncomingBLP(MsnProtocol protocol)
isOnlyNotifyAllowList
public boolean isOnlyNotifyAllowList()
getVersion
public int getVersion()
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