Package org.gnome.gio
Class DtlsConnection.DtlsConnectionInterface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.DtlsConnection.DtlsConnectionInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
DtlsConnection
Virtual method table for a
GDtlsConnection implementation.- Since:
- 2.48
-
Constructor Summary
ConstructorsConstructorDescriptionDtlsConnectionInterface(MemorySegment address) Create a DtlsConnectionInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideAcceptCertificate(Arena arena, @Nullable Method method) Override virtual methodaccept_certificate.voidoverrideGetBindingData(Arena arena, @Nullable Method method) Override virtual methodget_binding_data.voidoverrideGetNegotiatedProtocol(Arena arena, @Nullable Method method) Override virtual methodget_negotiated_protocol.voidoverrideHandshake(Arena arena, @Nullable Method method) Override virtual methodhandshake.voidoverrideHandshakeAsync(Arena arena, @Nullable Method method) Override virtual methodhandshake_async.voidoverrideHandshakeFinish(Arena arena, @Nullable Method method) Override virtual methodhandshake_finish.voidoverrideSetAdvertisedProtocols(Arena arena, @Nullable Method method) Override virtual methodset_advertised_protocols.voidoverrideShutdown(Arena arena, @Nullable Method method) Override virtual methodshutdown.voidoverrideShutdownAsync(Arena arena, @Nullable Method method) Override virtual methodshutdown_async.voidoverrideShutdownFinish(Arena arena, @Nullable Method method) Override virtual methodshutdown_finish.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
DtlsConnectionInterface
Create a DtlsConnectionInterface proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideAcceptCertificate
-
overrideHandshake
-
overrideHandshakeAsync
-
overrideHandshakeFinish
-
overrideShutdown
-
overrideShutdownAsync
-
overrideShutdownFinish
-
overrideSetAdvertisedProtocols
-
overrideGetNegotiatedProtocol
-
overrideGetBindingData
-