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.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
- #accepted_cas : GLib::List
- #new(base_socket : Gio::DatagramBased, server_identity : Gio::SocketConnectable | Nil) : Gio::DtlsClientConnection
- #server_identity : Gio::SocketConnectable
- #server_identity=(identity : Gio::SocketConnectable) : Nil
- #to_unsafe
- #validation_flags : Gio::TlsCertificateFlags
- #validation_flags=(flags : Gio::TlsCertificateFlags) : Nil
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.
Class Method Detail
Instance Method Detail
def new(base_socket : Gio::DatagramBased, server_identity : Gio::SocketConnectable | Nil) : Gio::DtlsClientConnection
#