ServerStack
class ServerStack
Class ServerStack
Methods
__construct(IoServer $server)
No description
run()
{@inheritdoc}
handleConnect($conn)
{@inheritdoc}
handleData($data, $conn)
{@inheritdoc}
handleEnd($conn)
{@inheritdoc}
Details
at line 20
__construct(IoServer $server)
at line 27
run()
{@inheritdoc}
at line 34
handleConnect($conn)
{@inheritdoc}
at line 41
handleData($data, $conn)
{@inheritdoc}
at line 48
handleEnd($conn)
{@inheritdoc}
at line 55
handleError(Exception $e, $conn)
{@inheritdoc}