gio.tls_server_connection

Module for [TlsServerConnection] interface

Types 2

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

Methods
gio.types.TlsAuthenticationMode authenticationMode() @propertyGet `authenticationMode` property. Returns: The #GTlsAuthenticationMode for the server. This can be changed before calling [gio.tls_connection.TlsConnection.handshake] if you want to rehandshake wi...
void authenticationMode(gio.types.TlsAuthenticationMode propval) @propertySet `authenticationMode` property. Params: propval = The #GTlsAuthenticationMode for the server. This can be changed before calling [gio.tls_connection.TlsConnection.handshake] if you want to rehan...
gio.tls_server_connection.TlsServerConnection new_(gio.iostream.IOStream baseIoStream, gio.tls_certificate.TlsCertificate certificate = null)Creates a new #GTlsServerConnection wrapping baseiostream (which must have pollable input and output streams).
Methods
T authenticationMode(gio.types.TlsAuthenticationMode propval)Set `authenticationMode` property. Params: propval = The #GTlsAuthenticationMode for the server. This can be changed before calling [gio.tls_connection.TlsConnection.handshake] if you want to rehan...