ArrowFlightCallOptions(调用选项)

描述

class ArrowFlight.CallOptions : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

构造函数

gaflight_call_options_new
暂无描述。

自:5.0.0

实例方法

gaflight_call_options_add_header

添加一个头部。

自:9.0.0

gaflight_call_options_clear_headers

清除所有头部。

自:9.0.0

gaflight_call_options_foreach_header

迭代选项中的所有头部。

自:9.0.0

继承自 GObject 的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

ArrowFlight.CallOptions:timeout(超时)

此调用的可选超时。负持续时间表示将使用 implementation-defined(由实现定义) 的默认行为。这是默认值。

自:18.0.0

信号

继承自 GObject 的信号 (1)
GObject::notify(通知)

当对象的某个属性的值通过 g_object_set_property()、g_object_set() 等设置时,会发出 notify 信号。

类结构

struct ArrowFlightCallOptionsClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass(父类:GObjectClass)
暂无描述。