Package org.gnome.gio
Class DtlsConnection.DtlsConnectionInterface
java.lang.Object
io.github.jwharm.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.-
Constructor Summary
ConstructorDescriptionAllocate a new DtlsConnectionInterface.DtlsConnectionInterface
(Arena arena) Allocate a new DtlsConnectionInterface.DtlsConnectionInterface
(MemorySegment address) Create a DtlsConnectionInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideAcceptCertificate
(Arena arena, Method method) Override virtual methodaccept_certificate
.void
overrideGetBindingData
(Arena arena, Method method) Override virtual methodget_binding_data
.void
overrideGetNegotiatedProtocol
(Arena arena, Method method) Override virtual methodget_negotiated_protocol
.void
overrideHandshake
(Arena arena, Method method) Override virtual methodhandshake
.void
overrideHandshakeAsync
(Arena arena, Method method) Override virtual methodhandshake_async
.void
overrideHandshakeFinish
(Arena arena, Method method) Override virtual methodhandshake_finish
.void
overrideSetAdvertisedProtocols
(Arena arena, Method method) Override virtual methodset_advertised_protocols
.void
overrideShutdown
(Arena arena, Method method) Override virtual methodshutdown
.void
overrideShutdownAsync
(Arena arena, Method method) Override virtual methodshutdown_async
.void
overrideShutdownFinish
(Arena arena, Method method) Override virtual methodshutdown_finish
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.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
-
DtlsConnectionInterface
Allocate a new DtlsConnectionInterface.- Parameters:
arena
- to control the memory allocation scope
-
DtlsConnectionInterface
public DtlsConnectionInterface()Allocate a new DtlsConnectionInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideAcceptCertificate
-
overrideHandshake
-
overrideHandshakeAsync
-
overrideHandshakeFinish
-
overrideShutdown
-
overrideShutdownAsync
-
overrideShutdownFinish
-
overrideSetAdvertisedProtocols
-
overrideGetNegotiatedProtocol
-
overrideGetBindingData
-