module Gio::DtlsServerConnection

Overview

#GDtlsServerConnection is the server-side subclass of #GDtlsConnection, representing a server-side DTLS connection.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/dtls_server_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 authentication_mode : Gio::TlsAuthenticationMode #

[View source]
def authentication_mode=(value : Gio::TlsAuthenticationMode) : Gio::TlsAuthenticationMode #

[View source]
def new(base_socket : Gio::DatagramBased, certificate : Gio::TlsCertificate | Nil) : Gio::DtlsServerConnection #

[View source]
abstract def to_unsafe #

[View source]