ServerImpl

Undocumented in source.

Constructors

this
this(EventLoop eventLoop, Socket[] sockets)
Undocumented in source.

Members

Functions

attach
void attach()
Undocumented in source.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
detach
void detach()
Undocumented in source.
waitClosed
void waitClosed()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Server

close
void close()

Stop serving. This leaves existing connections open.

waitClosed
void waitClosed()

Coroutine to wait until service is closed.

Meta