Struct sozu_lib::network::protocol::rustls::TlsHandshake [−][src]
pub struct TlsHandshake {
pub stream: TcpStream,
pub session: ServerSession,
pub readiness: Readiness,
}Fields
stream: TcpStream
session: ServerSession
readiness: Readiness
Methods
impl TlsHandshake[src]
impl TlsHandshakepub fn new(session: ServerSession, stream: TcpStream) -> TlsHandshake[src]
pub fn new(session: ServerSession, stream: TcpStream) -> TlsHandshakepub fn readable(&mut self) -> (ProtocolResult, ClientResult)[src]
pub fn readable(&mut self) -> (ProtocolResult, ClientResult)pub fn writable(&mut self) -> (ProtocolResult, ClientResult)[src]
pub fn writable(&mut self) -> (ProtocolResult, ClientResult)Auto Trait Implementations
impl Send for TlsHandshake
impl Send for TlsHandshakeimpl Sync for TlsHandshake
impl Sync for TlsHandshake