Trait rustls::quic::ServerQuicExt[][src]

pub trait ServerQuicExt {
    fn new_quic(config: &Arc<ServerConfig>, params: Vec<u8>) -> ServerSession

Notable traits for ServerSession

impl Read for ServerSessionimpl Write for ServerSession
{ ... } }
This is supported on crate feature quic only.

Methods specific to QUIC server sessions

Provided methods

fn new_quic(config: &Arc<ServerConfig>, params: Vec<u8>) -> ServerSession

Notable traits for ServerSession

impl Read for ServerSessionimpl Write for ServerSession
[src]

Make a new QUIC ServerSession. This differs from ServerSession::new() in that it takes an extra argument, params, which contains the TLS-encoded transport parameters to send.

Loading content...

Implementors

Loading content...