Package casa.lepton.console


package casa.lepton.console
This package provides a OppNetConsole class that allows to invoke methods of an OppNetGraph instance by sending text commands through a TCP connection from a local or remote host. This console can be accessed for example from a telnet client or using an OppNetProxy instance in a Java application.
  • Class
    Description
    All methods names in the OppNet interface and their abbreviations to be used as text commands.
    Class processing text commands sent through a TCP session by invoking the methods of a OppNetGraph instance.
    Class implementing the OppNet methods by sending requests to a OppNetConsole through a TCP session.