PHPDaemon\SockJS\TestRelay\Close::onHandshake PHP Method

onHandshake() public method

Called when the connection is handshaked.
public onHandshake ( ) : void
return void
    public function onHandshake()
    {
        $this->client->finish();
    }