response->write($data); } /** * @return Response */ public function getSocket(): mixed { return $this->response; } public function end(): ?bool { return $this->response->end(); } }