ae v0.0.3141 (2022-02-14T00:51:10Z)
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.