gio.dtls_server_connection

Module for [DtlsServerConnection] interface

Types 2

[gio.dtls_server_connection.DtlsServerConnection] is the server-side subclass of [gio.dtls_connection.DtlsConnection], representing a server-side DTLS connection.

Methods
gio.types.TlsAuthenticationMode authenticationMode() @propertyGet `authenticationMode` property. Returns: The #GTlsAuthenticationMode for the server. This can be changed before calling [gio.dtls_connection.DtlsConnection.handshake] if you want to rehandshake ...
void authenticationMode(gio.types.TlsAuthenticationMode propval) @propertySet `authenticationMode` property. Params: propval = The #GTlsAuthenticationMode for the server. This can be changed before calling [gio.dtls_connection.DtlsConnection.handshake] if you want to reh...
gio.dtls_server_connection.DtlsServerConnection new_(gio.datagram_based.DatagramBased baseSocket, gio.tls_certificate.TlsCertificate certificate = null)Creates a new #GDtlsServerConnection wrapping base_socket.
Methods
T authenticationMode(gio.types.TlsAuthenticationMode propval)Set `authenticationMode` property. Params: propval = The #GTlsAuthenticationMode for the server. This can be changed before calling [gio.dtls_connection.DtlsConnection.handshake] if you want to reh...