module Gio::DtlsClientConnection
Overview
GDtlsClientConnection
is the client-side subclass of
Gio::DtlsConnection
, 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
DEPRECATED
-
#validation_flags=(flags : Gio::TlsCertificateFlags) : Nil
DEPRECATED
Constructor Detail
Class Method Detail
Instance Method Detail
def new(base_socket : Gio::DatagramBased, server_identity : Gio::SocketConnectable | Nil) : Gio::DtlsClientConnection
#