NetSocket

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

close
NetSocket close()
Undocumented in source.
handler
NetSocket handler(buffer_handler readHandler)
Undocumented in source.
write
NetSocket write(ByteBuffer data)
Undocumented in source.
write
NetSocket write(string data)
Undocumented in source.

Variables

_boot
ServerBootstrap _boot;
Undocumented in source.
_connectHandler
connet_handler _connectHandler;
Undocumented in source.
_ip
string _ip;
Undocumented in source.
_port
int _port;
Undocumented in source.
_readHandler
buffer_handler _readHandler;
Undocumented in source.

Meta