UDPMsgService

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

handleMsg
void handleMsg(Buffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void listen(string ipAddress, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMsg
void sendMsg(string targetIp, Integer targetPort, Buffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
unListen
void unListen()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_loop
EventLoop _loop;
Undocumented in source.
_udpSocket
UdpSocket _udpSocket;
Undocumented in source.

Inherited Members

From MsgService

listen
void listen(string ipAddress, int port)
Undocumented in source.
handleMsg
void handleMsg(Buffer data)
Undocumented in source.
sendMsg
void sendMsg(string targetIp, Integer targetPort, Buffer data)
Undocumented in source.
unListen
void unListen()
Undocumented in source.
start
void start()
Undocumented in source.
stop
void stop()
Undocumented in source.

Meta