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


[View source]

Class Method Detail

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

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def accepted_cas : GLib::List #

[View source]
def new(base_socket : Gio::DatagramBased, server_identity : Gio::SocketConnectable | Nil) : Gio::DtlsClientConnection #

[View source]
def server_identity : Gio::SocketConnectable #

[View source]
def server_identity=(identity : Gio::SocketConnectable) : Nil #

[View source]
abstract def to_unsafe #

[View source]
def validation_flags : Gio::TlsCertificateFlags #

[View source]
def validation_flags=(flags : Gio::TlsCertificateFlags) : Nil #

[View source]