Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/server/
H A Drequest.rs144 calling_method: Method, in authenticate_request()
233 calling_method: Method, in respond_with_nonce()
/webrtc/stun/src/
H A Dmessage.rs473 pub struct Method(u16); struct
489 impl fmt::Display for Method { implementation
569 pub fn new(method: Method, class: MessageClass) -> Self { in new()