Interface DtlsConnectionInterface.OnHandshake

Enclosing class:
DtlsConnectionInterface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DtlsConnectionInterface.OnHandshake
  • Method Details

    • onHandshake

      boolean onHandshake(CallbackHandler __self, @Nonnull DtlsConnection conn, @Nullable Cancellable cancellable)
      Parameters:
      conn - a #GDtlsConnection
      cancellable - a #GCancellable, or %NULL
      Returns:
      success or failure