NetServer

Undocumented in source.

Constructors

this
this(Netkit netkit, NetServerOptions options)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connectHandler
NetServer connectHandler(connet_handler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
NetServer listen(string ip, int port, linsten_handler listenHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
NetServer listen(string ip, int port)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bootStrap
ServerBootstrap _bootStrap;
Undocumented in source.
_connectHandler
connet_handler _connectHandler;
Undocumented in source.

Meta