Package org.gnome.gio
Class TlsBackend.TlsBackendInterface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.TlsBackend.TlsBackendInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
TlsBackend
Provides an interface for describing TLS-related types.
- Since:
- 2.28
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFunctional interface declaration of theGetCertificateTypeCallbackcallback.static interfaceFunctional interface declaration of theGetClientConnectionTypeCallbackcallback.static interfaceFunctional interface declaration of theGetDtlsClientConnectionTypeCallbackcallback.static interfaceFunctional interface declaration of theGetDtlsServerConnectionTypeCallbackcallback.static interfaceFunctional interface declaration of theGetFileDatabaseTypeCallbackcallback.static interfaceFunctional interface declaration of theGetServerConnectionTypeCallbackcallback. -
Constructor Summary
ConstructorsConstructorDescriptionTlsBackendInterface(MemorySegment address) Create a TlsBackendInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideGetDefaultDatabase(Arena arena, @Nullable Method method) Override virtual methodget_default_database.voidoverrideSupportsDtls(Arena arena, @Nullable Method method) Override virtual methodsupports_dtls.voidoverrideSupportsTls(Arena arena, @Nullable Method method) Override virtual methodsupports_tls.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
-
TlsBackendInterface
Create a TlsBackendInterface 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
-
overrideSupportsTls
-
overrideGetDefaultDatabase
-
overrideSupportsDtls
-