Class Resolver.ResolverClass

All Implemented Interfaces:
Proxy
Direct Known Subclasses:
ThreadedResolver.ThreadedResolverClass
Enclosing class:
Resolver

public static class Resolver.ResolverClass extends GObject.ObjectClass
  • Constructor Details

    • ResolverClass

      public ResolverClass(MemorySegment address)
      Create a ResolverClass 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
    • overrideReload

      public void overrideReload(Arena arena, @Nullable Method method)
      Override virtual method reload.
      Parameters:
      method - the method to invoke
    • overrideLookupByName

      public void overrideLookupByName(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_name.
      Parameters:
      method - the method to invoke
    • overrideLookupByNameAsync

      public void overrideLookupByNameAsync(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_name_async.
      Parameters:
      method - the method to invoke
    • overrideLookupByNameFinish

      public void overrideLookupByNameFinish(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_name_finish.
      Parameters:
      method - the method to invoke
    • overrideLookupByAddress

      public void overrideLookupByAddress(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_address.
      Parameters:
      method - the method to invoke
    • overrideLookupByAddressAsync

      public void overrideLookupByAddressAsync(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_address_async.
      Parameters:
      method - the method to invoke
    • overrideLookupByAddressFinish

      public void overrideLookupByAddressFinish(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_address_finish.
      Parameters:
      method - the method to invoke
    • overrideLookupService

      public void overrideLookupService(Arena arena, @Nullable Method method)
      Override virtual method lookup_service.
      Parameters:
      method - the method to invoke
    • overrideLookupServiceAsync

      public void overrideLookupServiceAsync(Arena arena, @Nullable Method method)
      Override virtual method lookup_service_async.
      Parameters:
      method - the method to invoke
    • overrideLookupServiceFinish

      public void overrideLookupServiceFinish(Arena arena, @Nullable Method method)
      Override virtual method lookup_service_finish.
      Parameters:
      method - the method to invoke
    • overrideLookupRecords

      public void overrideLookupRecords(Arena arena, @Nullable Method method)
      Override virtual method lookup_records.
      Parameters:
      method - the method to invoke
    • overrideLookupRecordsAsync

      public void overrideLookupRecordsAsync(Arena arena, @Nullable Method method)
      Override virtual method lookup_records_async.
      Parameters:
      method - the method to invoke
    • overrideLookupRecordsFinish

      public void overrideLookupRecordsFinish(Arena arena, @Nullable Method method)
      Override virtual method lookup_records_finish.
      Parameters:
      method - the method to invoke
    • overrideLookupByNameWithFlagsAsync

      public void overrideLookupByNameWithFlagsAsync(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_name_with_flags_async.
      Parameters:
      method - the method to invoke
    • overrideLookupByNameWithFlagsFinish

      public void overrideLookupByNameWithFlagsFinish(Arena arena, @Nullable Method method)
      Override virtual method lookup_by_name_with_flags_finish.
      Parameters:
      method - the method to invoke
    • overrideLookupByNameWithFlags

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