[−][src]Trait gio::prelude::TlsClientConnectionExt
Required methods
fn get_server_identity(&self) -> Option<SocketConnectable>
fn get_use_ssl3(&self) -> bool
fn get_validation_flags(&self) -> TlsCertificateFlags
fn set_server_identity<P: IsA<SocketConnectable>>(&self, identity: &P)
fn set_use_ssl3(&self, use_ssl3: bool)
fn set_validation_flags(&self, flags: TlsCertificateFlags)
fn connect_property_accepted_cas_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_server_identity_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_use_ssl3_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_validation_flags_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<TlsClientConnection>> TlsClientConnectionExt for O[src]
fn get_server_identity(&self) -> Option<SocketConnectable>[src]
fn get_use_ssl3(&self) -> bool[src]
fn get_validation_flags(&self) -> TlsCertificateFlags[src]
fn set_server_identity<P: IsA<SocketConnectable>>(&self, identity: &P)[src]
fn set_use_ssl3(&self, use_ssl3: bool)[src]
fn set_validation_flags(&self, flags: TlsCertificateFlags)[src]
fn connect_property_accepted_cas_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_server_identity_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_use_ssl3_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_validation_flags_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId