Struct sozu_lib::network::proxy::ListenClient [−][src]
pub struct ListenClient {
pub protocol: Protocol,
}Fields
protocol: Protocol
Trait Implementations
impl ProxyClient for ListenClient[src]
impl ProxyClient for ListenClientfn protocol(&self) -> Protocol[src]
fn protocol(&self) -> Protocolfn ready(&mut self) -> ClientResult[src]
fn ready(&mut self) -> ClientResultfn process_events(&mut self, token: Token, events: Ready)[src]
fn process_events(&mut self, token: Token, events: Ready)fn close(&mut self, poll: &mut Poll) -> CloseResult[src]
fn close(&mut self, poll: &mut Poll) -> CloseResultfn close_backend(
&mut self,
token: Token,
poll: &mut Poll
) -> Option<(String, SocketAddr)>[src]
fn close_backend(
&mut self,
token: Token,
poll: &mut Poll
) -> Option<(String, SocketAddr)>impl ProxyClientCast for ListenClient[src]
impl ProxyClientCast for ListenClientAuto Trait Implementations
impl Send for ListenClient
impl Send for ListenClientimpl Sync for ListenClient
impl Sync for ListenClient