接口

GioDtlsServerConnection

以来:2.48

描述 [src]

interface Gio.DtlsServerConnection : Gio.DatagramBased

GDtlsServerConnectionGDtlsConnection 的服务器端子类,表示一个服务器端 DTLS 连接。

以来:2.48

前置

为了实现 DtlsServerConnection,您的类型必须继承自 GDatagramBased

函数

g_dtls_server_connection_new

创建一个新的 GDtlsServerConnection,封装 base_socket

以来:2.48

属性

Gio.DtlsServerConnection:authentication-mode

服务器的 GTlsAuthenticationMode。如果您想在 initial handshake 不同的模式下重新握手,可以在调用 g_dtls_connection_handshake() 之前更改此设置。

以来:2.48

接口结构

struct GioDtlsServerConnectionInterface {
  GTypeInterface g_iface;
  
}

GDtlsServerConnection 实现的 vtable。

接口成员
g_iface
GTypeInterface
 

父 接口。