Class Server.ServerClass

All Implemented Interfaces:
Proxy
Enclosing class:
Server

public static class Server.ServerClass extends GObject.ObjectClass
  • Constructor Details

    • ServerClass

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

      public void overrideRequestStarted(Arena arena, @Nullable Method method)
      Override virtual method request_started.
      Parameters:
      method - the method to invoke
    • overrideRequestRead

      public void overrideRequestRead(Arena arena, @Nullable Method method)
      Override virtual method request_read.
      Parameters:
      method - the method to invoke
    • overrideRequestFinished

      public void overrideRequestFinished(Arena arena, @Nullable Method method)
      Override virtual method request_finished.
      Parameters:
      method - the method to invoke
    • overrideRequestAborted

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