Class TlsBackend.TlsBackendInterface

All Implemented Interfaces:
Proxy
Enclosing interface:
TlsBackend

public static class TlsBackend.TlsBackendInterface extends TypeInterface
Provides an interface for describing TLS-related types.
Since:
2.28
  • Constructor Details

    • TlsBackendInterface

      public TlsBackendInterface(MemorySegment address)
      Create a TlsBackendInterface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideSupportsTls

      public void overrideSupportsTls(Arena arena, @Nullable Method method)
      Override virtual method supports_tls.
      Parameters:
      method - the method to invoke
    • overrideGetDefaultDatabase

      public void overrideGetDefaultDatabase(Arena arena, @Nullable Method method)
      Override virtual method get_default_database.
      Parameters:
      method - the method to invoke
    • overrideSupportsDtls

      public void overrideSupportsDtls(Arena arena, @Nullable Method method)
      Override virtual method supports_dtls.
      Parameters:
      method - the method to invoke