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]
    class SocketServer
    @property final
    void delegate
    handleAccept
    ()
  2. void delegate(SocketConnection incoming) handleAccept [@property setter]

Meta