Trait ux::prelude::TcpConnectionExt[]

pub trait TcpConnectionExt: 'static {
    pub fn get_graceful_disconnect(&self) -> bool;
pub fn set_graceful_disconnect(&self, graceful_disconnect: bool);
pub fn connect_property_graceful_disconnect_notify<F>(
        &self,
        f: F
    ) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
; }

Required methods

pub fn get_graceful_disconnect(&self) -> bool

pub fn set_graceful_disconnect(&self, graceful_disconnect: bool)

pub fn connect_property_graceful_disconnect_notify<F>(
    &self,
    f: F
) -> SignalHandlerId where
    F: 'static + Fn(&Self), 

Loading content...

Implementors

impl<O> TcpConnectionExt for O where
    O: IsA<TcpConnection>, 

Loading content...