SocketServer.handleAccept

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

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

Meta