gio.dtls_connection

Undocumented in source.

Public Imports

gio.dtls_connection_iface_proxy
public import gio.dtls_connection_iface_proxy;
Undocumented in source.

Members

Interfaces

DtlsConnection
interface DtlsConnection

gio.dtls_connection.DtlsConnection is the base DTLS connection class type, which wraps a gio.datagram_based.DatagramBased and provides DTLS encryption on top of it. Its subclasses, gio.dtls_client_connection.DtlsClientConnection and gio.dtls_server_connection.DtlsServerConnection, implement client-side and server-side DTLS, respectively.