Class ClientHostScreen

java.lang.Object
com.iizix.term.ClientHostScreen

public class ClientHostScreen extends Object
Handles the client host screen information and its synchronization between the server and the client. This is only used if the host session supports "blocking mode" (and the server is configured for it).
  • Constructor Details

    • ClientHostScreen

      public ClientHostScreen(HostSession hostSession, HostSessionProps props, int serialNumber)
      Creates a new instance of the client host screen. When this instance is created, any stored server-based type-ahead is flushed.
      Parameters:
      hostSession - The host session.
      props - The settings.
      serialNumber - The serial for the screen.
  • Method Details

    • onClientInput

      public void onClientInput(ReadTransaction trans)
      Called when a transaction from the remote client is received to process field input.
      Parameters:
      trans - The transaction.