gio.tls_server_connection_mixin

Module for [TlsServerConnection] interface mixin

Templates 2

tmplTlsServerConnectionT()

[gio.tls_server_connection.TlsServerConnection] is the server-side subclass of [gio.tls_connection.TlsConnection], representing a server-side TLS connection.

Functions
gio.types.TlsAuthenticationMode authenticationMode()

Get authenticationMode property.

Returns

The #GTlsAuthenticationMode for the server. This can be changed

before calling [gio.tls_connection.TlsConnection.handshake] if you want to rehandshake with a different mode from the initial handshake.

void authenticationMode(gio.types.TlsAuthenticationMode propval)

Set authenticationMode property.

Parameters

propvalThe #GTlsAuthenticationMode for the server. This can be changed before calling [gio.tls_connection.TlsConnection.handshake] if you want to rehandshake with a different mode from the initial handshake.
tmplTlsServerConnectionGidBuilderT()
Functions
T authenticationMode(gio.types.TlsAuthenticationMode propval)

Set authenticationMode property.

Parameters

propvalThe #GTlsAuthenticationMode for the server. This can be changed before calling [gio.tls_connection.TlsConnection.handshake] if you want to rehandshake with a different mode from the initial handshake.

Returns

Builder instance for fluent chaining