Class DtlsServerConnection

All Implemented Interfaces:
PointerInterface

public class DtlsServerConnection extends Interface
#GDtlsServerConnection is the server-side subclass of #GDtlsConnection,
representing a server-side DTLS connection.

https://docs.gtk.org/gio/iface.DtlsServerConnection.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • _new

      public static DtlsServerConnection _new(@Nonnull DatagramBased base_socket, @Nullable TlsCertificate certificate) throws AllocationError
      Creates a new #GDtlsServerConnection wrapping @base_socket.
      Parameters:
      base_socket - the #GDatagramBased to wrap
      certificate - the default server certificate, or %NULL
      Returns:
      the new #GDtlsServerConnection, or %NULL on error
      Throws:
      AllocationError
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()