|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
ConnCommand
SnacFamilyListCmd
ServerReadyCmd
A command sent to indicate that the server is ready for the client to initialize the connection.
0x01
, command 0x03
Field Summary |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
|
ServerReadyCmd(int[] snacFamilies)
Creates a new outgoing server-ready command with the given supported SNAC families. |
protected |
ServerReadyCmd(SnacPacket packet)
Creates a new server-ready 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 ServerReadyCmd(SnacPacket packet)
packet
- the incoming server-ready packetpublic ServerReadyCmd(int[] snacFamilies)
snacFamilies
- a list of supported SNAC family ID's
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |