Class

FridaEndpointParameters

Description [src]

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

Configures the network endpoint a FridaPortalService or FridaControlService listens on.

Ancestors

Constructors

frida_endpoint_parameters_new

Creates endpoint parameters.

Instance methods

frida_endpoint_parameters_get_address

The address to bind to, or null for the default.

frida_endpoint_parameters_get_port

The port to listen on, or 0 for the default.

frida_endpoint_parameters_get_certificate

TLS certificate to serve, enabling TLS when set.

frida_endpoint_parameters_get_origin

Origin to require from connecting clients, if any.

frida_endpoint_parameters_get_auth_service

Service used to authenticate connecting clients, if any.

frida_endpoint_parameters_get_asset_root

Directory whose files are served as static web assets, if any.

frida_endpoint_parameters_set_asset_root

Directory whose files are served as static web assets, if any.

frida_endpoint_parameters_get_request_handler

Handler invoked for web requests, if any.

frida_endpoint_parameters_set_request_handler

Handler invoked for web requests, if any.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.EndpointParameters:address

The address to bind to, or null for the default.

Frida.EndpointParameters:port

The port to listen on, or 0 for the default.

Frida.EndpointParameters:certificate

TLS certificate to serve, enabling TLS when set.

Frida.EndpointParameters:origin

Origin to require from connecting clients, if any.

Frida.EndpointParameters:auth-service

Service used to authenticate connecting clients, if any.

Frida.EndpointParameters:asset-root

Directory whose files are served as static web assets, if any.

Frida.EndpointParameters:request-handler

Handler invoked for web requests, if any.

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 FridaEndpointParametersClass {
  /* no available fields */
}

No description available.