java.lang.Object
de.bytestore.hostinger.process.entity.console.vnc.VNCSocket

public class VNCSocket extends Object
The VNCSocket class represents a Virtual Network Computing (VNC) socket. It is used to store connection details such as hostname, port, and credentials for establishing a VNC session. This entity is annotated with Jmix metadata for persistence and type safety. It includes a unique identifier, ticket, certification data, port number, hostname, and user information. The class is commonly utilized within a VNC session, encapsulating the configuration details required for connecting to a VNC server.
  • Constructor Details

    • VNCSocket

      public VNCSocket()
  • Method Details