Gio.TlsServerConnection

const Gio = imports.gi.Gio;

let tls_server_connection = new Gio.TlsServerConnection({
});
  

Gio.TlsServerConnection is the server-side subclass of Gio.TlsConnection, representing a server-side TLS connection.

Since 2.28

Prerequisites

TlsServerConnection requires Gio.TlsConnection

Known Implementations

None