TlsServerConnection

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

Members

Static functions

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).