Struct sozu_lib::network::protocol::proxy_protocol::send::SendProxyProtocol[][src]

pub struct SendProxyProtocol<Front: SocketHandler> {
    pub header: Option<Vec<u8>>,
    pub frontend: Front,
    pub backend: Option<TcpStream>,
    pub frontend_token: Token,
    pub backend_token: Option<Token>,
    pub readiness: Readiness,
    // some fields omitted
}

Fields

Methods

impl<Front: SocketHandler + Read> SendProxyProtocol<Front>
[src]

Auto Trait Implementations

impl<Front> Send for SendProxyProtocol<Front> where
    Front: Send

impl<Front> Sync for SendProxyProtocol<Front> where
    Front: Sync