handle($request); }); $this->socket = new SocketServer("{$address}:{$port}", $loop); $server->listen($this->socket); } public function getSocket(): SocketServer { return $this->socket; } }