Base

Undocumented in source.

Constructors

this
this(NetSocket sock, MessageReceiver receiver)
Undocumented in source.

Members

Functions

onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

PACK_HEAD_LEN
enum PACK_HEAD_LEN;
Undocumented in source.

Variables

buffer
ubyte[] buffer;
Undocumented in source.
headLen
int headLen;
Undocumented in source.
header
ubyte[PACK_HEAD_LEN] header;
Undocumented in source.
msgLen
int msgLen;
Undocumented in source.
receiver
MessageReceiver receiver;
Undocumented in source.
sock
NetSocket sock;
Undocumented in source.

Meta