Struct rustls::ClientHello [−][src]
pub struct ClientHello<'a> { /* fields omitted */ }
A struct representing the received Client Hello
Implementations
impl<'a> ClientHello<'a>
[src]
impl<'a> ClientHello<'a>
[src]pub fn server_name(&self) -> Option<DNSNameRef<'_>>
[src]
Get the server name indicator.
Returns None
if the client did not supply a SNI.
pub fn sigschemes(&self) -> &[SignatureScheme]
[src]
Get the compatible signature schemes.
Returns standard-specified default if the client omitted this extension.
pub fn alpn(&self) -> Option<&'a [&'a [u8]]>
[src]
Get the alpn.
Returns None
if the client did not include an ALPN extension