TcpServer.handleAccept

Callback for an incoming connection. Connections will not be accepted unless this handler is set.

  1. void delegate(TcpConnection incoming) handleAccept [@property getter]
  2. void delegate(TcpConnection incoming) handleAccept [@property setter]
    class TcpServer
    @property final
    void
    handleAccept
    ()

Meta