Trait ux::prelude::TlsServerConnectionExt [−]
pub trait TlsServerConnectionExt: 'static {
pub fn get_property_authentication_mode(&self) -> TlsAuthenticationMode;
pub fn set_property_authentication_mode(
&self,
authentication_mode: TlsAuthenticationMode
);
pub fn connect_property_authentication_mode_notify<F>(
&self,
f: F
) -> SignalHandlerId
where
F: 'static + Fn(&Self);
}Required methods
pub fn get_property_authentication_mode(&self) -> TlsAuthenticationMode
pub fn set_property_authentication_mode(
&self,
authentication_mode: TlsAuthenticationMode
)
&self,
authentication_mode: TlsAuthenticationMode
)
pub fn connect_property_authentication_mode_notify<F>(
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&Self),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&Self),
Implementors
impl<O> TlsServerConnectionExt for O where
O: IsA<TlsServerConnection>,
O: IsA<TlsServerConnection>,
pub fn get_property_authentication_mode(&self) -> TlsAuthenticationMode
pub fn set_property_authentication_mode(
&self,
authentication_mode: TlsAuthenticationMode
)
&self,
authentication_mode: TlsAuthenticationMode
)
pub fn connect_property_authentication_mode_notify<F>(
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),