Package ch.bailu.gtk.gio
Class DtlsConnectionInterface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.DtlsConnectionInterface
- All Implemented Interfaces:
PointerInterface
Virtual method table for a #GDtlsConnection implementation.
https://docs.gtk.org/gio/struct.DtlsConnectionInterface.html
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
static interface
static interface
static interface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnAcceptCertificate
ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshake
ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakeFinish
ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdown
ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownFinish
static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldAcceptCertificate
(DtlsConnectionInterface.OnAcceptCertificate accept_certificate) void
void
setFieldHandshakeFinish
(DtlsConnectionInterface.OnHandshakeFinish handshake_finish) void
void
setFieldShutdownFinish
(DtlsConnectionInterface.OnShutdownFinish shutdown_finish) Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
G_IFACE
The parent interface.
Private field: direct-type- See Also:
-
ACCEPT_CERTIFICATE
- See Also:
-
HANDSHAKE
- See Also:
-
HANDSHAKE_ASYNC
Private field: cb-with-cb- See Also:
-
HANDSHAKE_FINISH
- See Also:
-
SHUTDOWN
- See Also:
-
SHUTDOWN_ASYNC
Private field: cb-with-cb- See Also:
-
SHUTDOWN_FINISH
- See Also:
-
-
Constructor Details
-
DtlsConnectionInterface
-
-
Method Details
-
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
-
getFieldHandshakeFinish
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakeFinish getFieldHandshakeFinish() -
setFieldShutdown
-
getFieldShutdown
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdown getFieldShutdown() -
setFieldShutdownFinish
-
getFieldShutdownFinish
public ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownFinish getFieldShutdownFinish() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-