Package ch.bailu.gtk.gio
Schnittstelle DtlsConnectionInterface.OnShutdown
- Umschließende Klasse:
DtlsConnectionInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onShutdown
(CallbackHandler __self, DtlsConnection conn, boolean shutdown_read, boolean shutdown_write, Cancellable cancellable)
-
Methodendetails
-
onShutdown
boolean onShutdown(CallbackHandler __self, @Nonnull DtlsConnection conn, boolean shutdown_read, boolean shutdown_write, @Nullable Cancellable cancellable) - Parameter:
conn
- a #GDtlsConnectionshutdown_read
- %TRUE to stop reception of incoming datagramsshutdown_write
- %TRUE to stop sending outgoing datagramscancellable
- a #GCancellable, or %NULL- Gibt zurück:
- %TRUE on success, %FALSE otherwise
-