Mongrel2\Connection::deliver PHP Method

deliver() public method

public deliver ( $uuid, $idents, $data )
    public function deliver($uuid, $idents, $data)
    {
        $this->send($uuid, join(' ', $idents), $data);
    }