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.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

def self.g_type : UInt64 #

Instance Method Detail

def accepted_cas : GLib::List #

def new(base_socket : Gio::DatagramBased, server_identity : Gio::SocketConnectable | Nil) : Gio::DtlsClientConnection #

def server_identity : Gio::SocketConnectable #

def server_identity=(identity : Gio::SocketConnectable) : Nil #

abstract def to_unsafe #

def validation_flags : Gio::TlsCertificateFlags #

DEPRECATED


def validation_flags=(flags : Gio::TlsCertificateFlags) : Nil #

DEPRECATED