Home
last modified time | relevance | path

Searched refs:SimpleHandshakeClient (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtmp/src/handshake/
H A Dhandshake_client.rs17 pub struct SimpleHandshakeClient { struct
24 impl SimpleHandshakeClient { argument
76 impl THandshakeClient for SimpleHandshakeClient { implementation
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs17 handshake::{define::ClientHandshakeState, handshake_client::SimpleHandshakeClient},
73 handshaker: SimpleHandshakeClient,
130 handshaker: SimpleHandshakeClient::new(Arc::clone(&net_io)), in new()