接口

GioTlsServerConnection

自版本:2.28

描述 [来源]

interface Gio.TlsServerConnection : Gio.TlsConnection

GTlsServerConnectionGTlsConnection 的服务器端子类,表示服务器端的 TLS 连接。

自版本:2.28

先决条件

为了实现 TlsServerConnection,您的类型必须继承自GTlsConnection

函数

g_tls_server_connection_new

创建一个新的 GTlsServerConnection,它包装 base_io_stream(此对象必须具有可轮询的输入和输出流)。

自版本:2.28

属性

Gio.TlsServerConnection:authentication-mode

服务器的 GTlsAuthenticationMode。如果您想使用与初始握手不同的模式重新握手,则可以在调用 g_tls_connection_handshake() 之前更改此参数。

自版本:2.28

接口结构

struct GioTlsServerConnectionInterface {
  GTypeInterface g_iface;
  
}

GTlsServerConnection 实现的 vtable。

接口成员
g_iface
GTypeInterface
 

父接口。