Package ch.bailu.gtk.gio
Klasse DtlsConnectionInterface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.DtlsConnectionInterface
- Alle implementierten Schnittstellen:
PointerInterface
Virtual method table for a #GDtlsConnection implementation.
https://docs.gtk.org/gio/struct.DtlsConnectionInterface.html
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringCheck whether to accept a certificate.static final StringThe parent interface.static final StringPerform a handshake operation.static final StringStart an asynchronous handshake operation.static final StringFinish an asynchronous handshake operation.static final StringShut down one or both directions of the connection.static final StringStart an asynchronous shutdown operation.static final StringFinish an asynchronous shutdown operation. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnAcceptCertificateCheck whether to accept a certificate.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakePerform a handshake operation.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakeFinishFinish an asynchronous handshake operation.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownShut down one or both directions of the connection.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownFinishFinish an asynchronous shutdown operation.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldAcceptCertificate(DtlsConnectionInterface.OnAcceptCertificate accept_certificate) Check whether to accept a certificate.voidPerform a handshake operation.voidsetFieldHandshakeFinish(DtlsConnectionInterface.OnHandshakeFinish handshake_finish) Finish an asynchronous handshake operation.voidShut down one or both directions of the connection.voidsetFieldShutdownFinish(DtlsConnectionInterface.OnShutdownFinish shutdown_finish) Finish an asynchronous shutdown operation.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
G_IFACE
The parent interface.
Private field: direct-type- Siehe auch:
-
ACCEPT_CERTIFICATE
Check whether to accept a certificate.
SeeDtlsConnectionInterface.OnAcceptCertificate.onAcceptCertificate(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.TlsCertificate, int)- Siehe auch:
-
HANDSHAKE
Perform a handshake operation.
SeeDtlsConnectionInterface.OnHandshake.onHandshake(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.Cancellable)- Siehe auch:
-
HANDSHAKE_ASYNC
Start an asynchronous handshake operation.
Private field: cb-with-cb- Siehe auch:
-
HANDSHAKE_FINISH
Finish an asynchronous handshake operation.
SeeDtlsConnectionInterface.OnHandshakeFinish.onHandshakeFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.AsyncResult)- Siehe auch:
-
SHUTDOWN
Shut down one or both directions of the connection.
SeeDtlsConnectionInterface.OnShutdown.onShutdown(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, boolean, boolean, ch.bailu.gtk.gio.Cancellable)- Siehe auch:
-
SHUTDOWN_ASYNC
Start an asynchronous shutdown operation.
Private field: cb-with-cb- Siehe auch:
-
SHUTDOWN_FINISH
Finish an asynchronous shutdown operation.
SeeDtlsConnectionInterface.OnShutdownFinish.onShutdownFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.AsyncResult)- Siehe auch:
-
-
Konstruktordetails
-
DtlsConnectionInterface
-
-
Methodendetails
-
getClassHandler
-
setFieldAcceptCertificate
public void setFieldAcceptCertificate(DtlsConnectionInterface.OnAcceptCertificate accept_certificate) -
getFieldAcceptCertificate
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnAcceptCertificate getFieldAcceptCertificate() -
setFieldHandshake
-
getFieldHandshake
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshake getFieldHandshake() -
setFieldHandshakeFinish
Finish an asynchronous handshake operation.
SeeDtlsConnectionInterface.OnHandshakeFinish.onHandshakeFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.AsyncResult) -
getFieldHandshakeFinish
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakeFinish getFieldHandshakeFinish()Finish an asynchronous handshake operation.
SeeDtlsConnectionInterface.OnHandshakeFinish.onHandshakeFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.AsyncResult) -
setFieldShutdown
Shut down one or both directions of the connection.
SeeDtlsConnectionInterface.OnShutdown.onShutdown(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, boolean, boolean, ch.bailu.gtk.gio.Cancellable) -
getFieldShutdown
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdown getFieldShutdown()Shut down one or both directions of the connection.
SeeDtlsConnectionInterface.OnShutdown.onShutdown(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, boolean, boolean, ch.bailu.gtk.gio.Cancellable) -
setFieldShutdownFinish
Finish an asynchronous shutdown operation.
SeeDtlsConnectionInterface.OnShutdownFinish.onShutdownFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.AsyncResult) -
getFieldShutdownFinish
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownFinish getFieldShutdownFinish()Finish an asynchronous shutdown operation.
SeeDtlsConnectionInterface.OnShutdownFinish.onShutdownFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.DtlsConnection, ch.bailu.gtk.gio.AsyncResult) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-