ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
TcpServer.handleAccept
ae
net
asockets
TcpServer
Delegate to be called when a connection is accepted.
class
TcpServer
@
property
final
void
handleAccept
(
void
delegate
(
TcpConnection
incoming
)
value
)
Meta
Source
See Implementation
ae
net
asockets
TcpServer
aliases
listen
constructors
this
functions
createConnection
properties
handleAccept
static functions
fromStdin
Delegate to be called when a connection is accepted.