java.lang.Object
de.bytestore.hostinger.process.entity.console.Console

@Entity(name="process_Console") public class Console extends Object
Represents a console proxy object, used for handling connections between clients and console servers. This entity is primarily utilized for proxying operations such as VNC or other console types (e.g., SSH text consoles). The entity includes fields for defining the type of console, connection details, and metadata associated with its creation.
  • Constructor Details

    • Console

      public Console()
  • Method Details

    • destroy

      public void destroy()