Package ch.bailu.gtk.gio
Schnittstelle TlsInteractionClass.OnRequestCertificateFinish
- Umschließende Klasse:
TlsInteractionClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
onRequestCertificateFinish
(CallbackHandler __self, TlsInteraction interaction, AsyncResult result)
-
Methodendetails
-
onRequestCertificateFinish
int onRequestCertificateFinish(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull AsyncResult result) - Parameter:
interaction
- a #GTlsInteraction objectresult
- the result passed to the callback- Gibt zurück:
- The status of the request certificate interaction.
-