Home
last modified time | relevance | path

Searched refs:netconnection (Results 1 – 4 of 4) sorted by relevance

/xiu/protocol/rtmp/src/
H A Dlib.rs18 pub mod netconnection; module
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs19 netconnection::writer::{ConnectProperties, NetConnection},
342 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in send_connect() localVariable
370 netconnection in send_connect()
378 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in send_create_stream() localVariable
379 netconnection.write_create_stream(transaction_id).await?; in send_create_stream()
424 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in send_play() localVariable
425 netconnection in send_play()
H A Dserver_session.rs19 netconnection::writer::{ConnectProperties, NetConnection},
460 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in on_connect() localVariable
462 netconnection in on_connect()
478 let mut netconnection = NetConnection::new(Arc::clone(&self.io)); in on_create_stream() localVariable
479 netconnection in on_create_stream()
H A Derrors.rs8 netconnection::errors::NetConnectionError,