gi-gio-2.0.14: Gio bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Interfaces.DtlsServerConnection

Contents

Description

DtlsServerConnection is the server-side subclass of DtlsConnection, representing a server-side DTLS connection.

Synopsis

Exported types

Methods

new

dtlsServerConnectionNew Source #

Arguments

:: (HasCallStack, MonadIO m, IsDatagramBased a, IsTlsCertificate b) 
=> a

baseSocket: the DatagramBased to wrap

-> Maybe b

certificate: the default server certificate, or Nothing

-> m DtlsServerConnection

Returns: the new DtlsServerConnection, or Nothing on error (Can throw GError)

Creates a new DtlsServerConnection wrapping baseSocket.

Since: 2.48

Properties

authenticationMode