net.sf.jml.protocol.outgoing
Class OutgoingUSRAuthNS
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnOutgoingMessage
net.sf.jml.protocol.outgoing.OutgoingUSRAuthNS
public class OutgoingUSRAuthNS
- extends MsnOutgoingMessage
Login to NS server.
Supported Protocol: All
Syntax: USR trId TWN S ticket
- 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 |
OutgoingUSRAuthNS
public OutgoingUSRAuthNS(MsnProtocol protocol)
setTicket
public void setTicket(String ticket)
getTicket
public String getTicket()