ae v0.0.3236 (2023-03-03T17:10:46Z)
Home
Dub
Repo
TcpServer.handleAccept
ae
net
asockets
TcpServer
Delegate to be called when a connection is accepted.
class
TcpServer
protected public @
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.