module Gio::TlsClientConnection

Overview

GTlsClientConnection is the client-side subclass of Gio::TlsConnection, representing a client-side TLS connection.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/tls_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 copy_session_state(source : Gio::TlsClientConnection) : Nil #

def new(base_io_stream : Gio::IOStream, server_identity : Gio::SocketConnectable | Nil) : Gio::TlsClientConnection #

def server_identity : Gio::SocketConnectable | Nil #

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

def server_identity=(value : Gio::SocketConnectable | Nil) : Gio::SocketConnectable | Nil #

abstract def to_unsafe #

def use_ssl3 : Bool #

DEPRECATED


def use_ssl3=(use_ssl3 : Bool) : Nil #

DEPRECATED


def use_ssl3? : Bool #

def validation_flags : Gio::TlsCertificateFlags #

DEPRECATED


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

DEPRECATED