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

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 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

This is supported on feature="quic" only.

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

impl ServerQuicExt for ServerSession[src]

Loading content...