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 interface
static interface
static interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
Check whether to accept a certificate.static final String
The parent interface.static final String
Perform a handshake operation.static final String
Start an asynchronous handshake operation.static final String
Finish an asynchronous handshake operation.static final String
Shut down one or both directions of the connection.static final String
Start an asynchronous shutdown operation.static final String
Finish an asynchronous shutdown operation. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnAcceptCertificate
Check whether to accept a certificate.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshake
Perform a handshake operation.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnHandshakeFinish
Finish an asynchronous handshake operation.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdown
Shut down one or both directions of the connection.ch.bailu.gtk.gio.JnaDtlsConnectionInterface.OnShutdownFinish
Finish an asynchronous shutdown operation.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldAcceptCertificate
(DtlsConnectionInterface.OnAcceptCertificate accept_certificate) Check whether to accept a certificate.void
Perform a handshake operation.void
setFieldHandshakeFinish
(DtlsConnectionInterface.OnHandshakeFinish handshake_finish) Finish an asynchronous handshake operation.void
Shut down one or both directions of the connection.void
setFieldShutdownFinish
(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, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von 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()
-