class StartServerListener

Properties

protected PeriodicRegistry $periodicRegistry
protected ServerPushHandlerRegistry $serverPushHandlerRegistry
protected LoggerInterface $logger

Methods

__construct(PeriodicRegistry $periodicRegistry, ServerPushHandlerRegistry $serverPushHandlerRegistry, LoggerInterface $logger = null)

No description

closure(Server $server, LoopInterface $loop)

No description

bindPnctlEvent(ServerEvent $event)

No description

Details

at line 34
__construct(PeriodicRegistry $periodicRegistry, ServerPushHandlerRegistry $serverPushHandlerRegistry, LoggerInterface $logger = null)

Parameters

PeriodicRegistry $periodicRegistry
ServerPushHandlerRegistry $serverPushHandlerRegistry
LoggerInterface $logger

at line 48
protected closure(Server $server, LoopInterface $loop)

Parameters

Server $server
LoopInterface $loop

at line 68
bindPnctlEvent(ServerEvent $event)

Parameters

ServerEvent $event