Class
FridaPortalService
Description [src]
final class Frida.PortalService : GObject.Object
{
/* No available fields */
}
Hosts a Frida portal: a rendezvous point where instrumented processes (nodes) and controllers meet, letting controllers reach nodes without a direct connection to them.
Instance methods
frida_portal_service_start_finish
Starts the portal, binding its endpoints and accepting connections.
frida_portal_service_stop_finish
Stops the portal, disconnecting everyone and releasing its endpoints.
frida_portal_service_stop_sync
Stops the portal, disconnecting everyone and releasing its endpoints.
frida_portal_service_tag
Applies a tag to a connection, so it can be reached with
frida_portal_service_narrowcast().
frida_portal_service_get_device
A device representing the portal itself, for interacting with the connected nodes.
Properties
Frida.PortalService:device
A device representing the portal itself, for interacting with the connected nodes.
Signals
Frida.PortalService::controller-connected
Emitted when a controller connects to the control endpoint.
Frida.PortalService::controller-disconnected
Emitted when a controller disconnects from the control endpoint.
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.