module Gio::DtlsClientConnection
Overview
#GDtlsClientConnection is the client-side subclass of #GDtlsConnection, representing a client-side DTLS connection.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/dtls_client_connection.crClass Method Summary
Instance Method Summary
- #accepted_cas : GLib::List
- #new(base_socket : Gio::DatagramBased, server_identity : Gio::SocketConnectable?) : Gio::DtlsClientConnection
- #server_identity : Gio::SocketConnectable
- #server_identity=(identity : Gio::SocketConnectable) : Nil
- #to_unsafe
- #validation_flags : Gio::TlsCertificateFlags
- #validation_flags=(flags : Gio::TlsCertificateFlags) : Nil
Class Method Detail
Instance Method Detail
def new(base_socket : Gio::DatagramBased, server_identity : Gio::SocketConnectable?) : Gio::DtlsClientConnection
#