Class ConnectionWatcher

Connection watcher.

class ConnectionWatcher
  : SocketWatcher ;

Constructors

NameDescription
this (socket)

Fields

NameTypeDescription
incoming DList!(tanya.async.transport.DuplexTransport)Incoming connection queue.
active boolWhether the watcher is active.
socket_ SocketWatched socket.

Properties

NameTypeDescription
socket[get] Socket

Methods

NameDescription
invoke () Invokes new connection callback.
setProtocol ()