Searched refs:send_response (Results 1 – 2 of 2) sorted by relevance
118 self.send_response(&response).await?; in run()230 self.send_response(&response).await?; in run()295 self.send_response(&response).await in publish_whip()408 self.send_response(&response).await in subscribe_whep()502 async fn send_response(&mut self, response: &HttpResponse) -> Result<(), SessionError> { in send_response() method
222 self.send_response(&response).await?; in handle_options()262 self.send_response(&response).await?; in handle_describe()321 self.send_response(&response).await?; in handle_announce()408 self.send_response(&response).await?; in handle_setup()462 self.send_response(&response).await?; in handle_play()556 self.send_response(&response).await?; in handle_record()697 async fn send_response(&mut self, response: &RtspResponse) -> Result<(), SessionError> { in send_response() method