JML

Package net.sf.jqql.packets

Interface Summary
IParser packet parser 包解析器
 

Class Summary
_03FamilyParser FTP protocol family parser FTP协议族解析器
_03InPacket 03 protocol family input packet base class(as same as output packet), this protocol family format is: 1.
_03OutPacket 03 protocol family output packet base class, this protocol family format is: 1.
_05FamilyParser parser of 05series packet 05系列包的解析器
_05InPacket input packet base class 0f 05 series 1.
_05OutPacket output packet with 05 series header, its form is 1.
BasicFamilyParser basic protocol family parser 基本协议族解析器
BasicInPacket input packet base class of basic protocol family 1.
BasicOutPacket output packet base class of basic protocol family packet of basic protocol family have format like: 1.
DiskFamilyParser disk protocol family packet parser disk协议族包解析器
DiskInPacket ] network disk protocol family input packet 1.
DiskOutPacket QQ disk protocol family output packet 1.
ErrorPacket this packet is independent of protocol, it use to notify upper layer, some error happen, upper layer should checkout errorCode field to get more Specific info.
InPacket base class of all input packet 所有输入包的基类
OutPacket 所有输出包基类,这个基类定义了输出包的基本框架
Packet base class of all QQ packet object QQ所有包对象的基类
PacketHelper  
PacketHistory packet monitor.
 

Exception Summary
PacketParseException while packet parse error, throw this exception 当包解析出错时,抛出这个异常
 


JML