class ConnectCallback

Methods

__construct(Dispatcher $dispatcher)

No description

void
onConnect(Server $server, int $fd, int $reactorId)

Handle the connect event.

Details

at line 13
__construct(Dispatcher $dispatcher)

No description

Parameters

Dispatcher $dispatcher

at line 20
void onConnect(Server $server, int $fd, int $reactorId)

Handle the connect event.

Parameters

Server $server
int $fd
int $reactorId

Return Value

void