|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
IcbmCommand
WarnCmd
A SNAC command used to "warn" another user.
WarningNotification
0x04
, command 0x08
Field Summary | |
static int |
CODE_ANONYMOUS
An anonymity code indicating that this warning should be anonymous. |
static int |
CODE_NOT_ANONYMOUS
An anonymity code indicating that this warning should not be anonymous. |
Fields inherited from class IcbmCommand |
CMD_ICBM, CMD_MISSED, CMD_MSG_ACK, CMD_PARAM_INFO, CMD_PARAM_INFO_REQ, CMD_RECV_TYPING, CMD_RV_RESPONSE, CMD_SEND_ICBM, CMD_SEND_TYPING, CMD_SET_PARAM_INFO, CMD_WARN, FAMILY_ICBM, FAMILY_INFO |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
protected |
WarnCmd(SnacPacket packet)
Generates a warn-user ocmmand from the given incoming SNAC packet. |
|
WarnCmd(java.lang.String warnee)
Creates a new warning command to warn the given user non-anonymously. |
|
WarnCmd(java.lang.String warnee,
boolean anonymous)
Creates a new warning command to warn the given user, anonymously if anonymous is true . |
|
WarnCmd(java.lang.String warnee,
int anonymityCode)
Creates a new warning command to warn the given user with the given "anonymity code." |
Method Summary | |
int |
getAnonymityCode()
Returns the "anonymity code" of this warning command. |
java.lang.String |
getWarnee()
Returns the screenname of the user to be warned. |
boolean |
isAnonymous()
Returns whether this warning was intended to be "anonymous." |
java.lang.String |
toString()
|
void |
writeData(java.io.OutputStream out)
Writes this command's SNAC data block to the given stream. |
Methods inherited from class SnacCommand |
getCommand, getFamily, getFlag1, getFlag2 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CODE_ANONYMOUS
public static final int CODE_NOT_ANONYMOUS
Constructor Detail |
protected WarnCmd(SnacPacket packet)
packet
- an incoming warn-user packetpublic WarnCmd(java.lang.String warnee)
new WarnCmd(warnee, false)
.
warnee
- the screenname of the user to warnpublic WarnCmd(java.lang.String warnee, boolean anonymous)
anonymous
is true
.
warnee
- the screenname of the user to warnanonymous
- whether or not this warning should be "anonymous"public WarnCmd(java.lang.String warnee, int anonymityCode)
CODE_ANONYMOUS
and CODE_NOT_ANONYMOUS
.
warnee
- the screenname of the user to warnanonymityCode
- a code indicating whether or not the warning should
be anonymousMethod Detail |
public final boolean isAnonymous()
public final int getAnonymityCode()
CODE_ANONYMOUS
and CODE_NOT_ANONYMOUS
.
public final java.lang.String getWarnee()
public void writeData(java.io.OutputStream out) throws java.io.IOException
SnacCommand
writeData
in class SnacCommand
out
- the stream to which to write the SNAC data
java.io.IOException
- if an I/O error occurspublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |