module Gio::DtlsServerConnection
Overview
#GDtlsServerConnection is the server-side subclass of #GDtlsConnection, representing a server-side DTLS connection.
Defined in:
auto/gio-2.0/dtls_server_connection.crInstance Method Summary
- #authentication_mode : Gio::TlsAuthenticationMode
- #authentication_mode=(value : Gio::TlsAuthenticationMode) : Gio::TlsAuthenticationMode
- #new(base_socket : Gio::DatagramBased, certificate : Gio::TlsCertificate?) : Gio::DtlsServerConnection
- #to_unsafe
Instance Method Detail
def new(base_socket : Gio::DatagramBased, certificate : Gio::TlsCertificate?) : Gio::DtlsServerConnection
#