TlsServerConnection

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

Members

Properties

authenticationMode
gio.types.TlsAuthenticationMode authenticationMode [@property getter]

Get authenticationMode property.

authenticationMode
gio.types.TlsAuthenticationMode authenticationMode [@property setter]

Set authenticationMode property.

Static functions

getGType
GType getGType()
new_
gio.tls_server_connection.TlsServerConnection new_(gio.iostream.IOStream baseIoStream, gio.tls_certificate.TlsCertificate certificate)

Creates a new #GTlsServerConnection wrapping base_io_stream (which must have pollable input and output streams).