[−][src]Trait gio::ProxyAddressExt
Required methods
fn get_destination_hostname(&self) -> GString
Gets self
's destination hostname; that is, the name of the host
that will be connected to via the proxy, not the name of the proxy
itself.
Returns
the self
's destination hostname
fn get_destination_port(&self) -> u16
Gets self
's destination port; that is, the port on the
destination host that will be connected to via the proxy, not the
port number of the proxy itself.
Returns
the self
's destination port
fn get_destination_protocol(&self) -> Option<GString>
Gets the protocol that is being spoken to the destination server; eg, "http" or "ftp".
Returns
the self
's destination protocol