|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
ConnCommand
SnacFamilyListCmd
PauseAck
A command sent to tell the server which SNAC families are "needed" on this
connection. Sent in response to a PauseCmd
, in anticipation of a
possible MigrationNotice
.
PauseCmd
,
MigrationNotice
0x01
, command 0x0c
Field Summary |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
|
PauseAck(int[] families)
Creates a new outgoing pause acknowledgement command with the given list of SNAC families needed on this connection. |
protected |
PauseAck(SnacPacket packet)
Generates a new pause acknowledgement command from the given incoming SNAC packet. |
Methods inherited from class SnacFamilyListCmd |
getSnacFamilies, toString, writeData |
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 |
Constructor Detail |
protected PauseAck(SnacPacket packet)
packet
- an incoming server pause acknowledgement packetpublic PauseAck(int[] families)
families
- the SNAC families needed on the connection on which this
command is being sent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |