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
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnAcceptCertificatech.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakech.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakeFinishch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownFinishstatic intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldAcceptCertificate(DtlsConnectionInterface.OnAcceptCertificate accept_certificate) voidvoidsetFieldHandshakeFinish(DtlsConnectionInterface.OnHandshakeFinish handshake_finish) voidvoidsetFieldShutdownFinish(DtlsConnectionInterface.OnShutdownFinish shutdown_finish) Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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()
-