net.sf.jml.protocol.outgoing
Class OutgoingPNG
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnOutgoingMessage
net.sf.jml.protocol.outgoing.OutgoingPNG
public class OutgoingPNG
- extends MsnOutgoingMessage
Check the connection is OK.
Supported Protocol: All
Syntax: PNG
- Author:
- Roger Chen
Methods inherited from class net.sf.jml.protocol.MsnMessage |
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, load, save, setChunkData, setChunkData, setCommand, setParam, toString |
OutgoingPNG
public OutgoingPNG(MsnProtocol protocol)
isSupportTransactionId
protected boolean isSupportTransactionId()
- Description copied from class:
MsnMessage
- If support transaction id, then can set transaction id.
- Overrides:
isSupportTransactionId
in class MsnMessage
- Returns:
- is support transaction id
isForCheckContactListInitCompleted
public boolean isForCheckContactListInitCompleted()
setForCheckContactListInitCompleted
public void setForCheckContactListInitCompleted(boolean forCheckContactListInitCompleted)
receivedResponse
protected void receivedResponse(MsnSession session,
MsnIncomingMessage response)
- Description copied from class:
MsnOutgoingMessage
- The message received response. An outgoing message may have more
than one response.
- Overrides:
receivedResponse
in class MsnOutgoingMessage
- Parameters:
session
- the MsnSession which received responseresponse
- received response