GenericServerSocket.handleAccept

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

  1. void delegate(T incoming) handleAccept [@property getter]
  2. void delegate(T incoming) handleAccept [@property setter]
    class GenericServerSocket(T : ClientSocket)
    @property final
    void
    handleAccept
    (
    void delegate value
    )

Meta