Class

FridaRelay

Description [src]

final class Frida.Relay : GObject.Object
{
  /* No available fields */
}

A TURN relay used to establish a peer-to-peer connection when a direct one is not possible.

Ancestors

Constructors

frida_relay_new

Creates a relay.

Instance methods

frida_relay_get_address

The relay’s address, as host and port.

frida_relay_get_username

The username to authenticate with.

frida_relay_get_password

The password to authenticate with.

frida_relay_get_kind

The kind of relay and transport to use.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.Relay:address

The relay’s address, as host and port.

Frida.Relay:username

The username to authenticate with.

Frida.Relay:password

The password to authenticate with.

Frida.Relay:kind

The kind of relay and transport to use.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaRelayClass {
  /* no available fields */
}

No description available.