Skip to main content

ClientHello

Trait ClientHello 

Source
pub trait ClientHello {
    // Required methods
    fn server_name(&self) -> Option<&str>;
    fn has_alpn(&self, alpn: &[u8]) -> bool;
}

Required Methods§

Source

fn server_name(&self) -> Option<&str>

Source

fn has_alpn(&self, alpn: &[u8]) -> bool

Implementors§