Class MockConnection

java.lang.Object
info.mikethomas.jfold.SocketConnection
info.mikethomas.jfold.ClientConnection
info.mikethomas.jfold.MockConnection
All Implemented Interfaces:
info.mikethomas.jfold.Connection

public class MockConnection extends info.mikethomas.jfold.ClientConnection implements info.mikethomas.jfold.Connection

MockConnection class.

Version:
7.5.1
Author:
Michael Thomas (mikepthomas@outlook.com)
  • Field Summary

    Fields inherited from class info.mikethomas.jfold.ClientConnection

    DEFAULT_HOST, DEFAULT_PORT

    Fields inherited from class info.mikethomas.jfold.SocketConnection

    CLRSCR, COMMAND_PROMPT, ENCODING, WELCOME_MSG
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for MockConnection.
  • Method Summary

    Methods inherited from class info.mikethomas.jfold.ClientConnection

    bond, configured, doCycle, downloadCore, finish, finish, getInfo, getInfo, info, inject, maskUnitState, numSlots, option, option, options, options, pause, pause, ppd, queueInfo, requestId, requestWs, save, save, shutdown, simulationInfo, slotAdd, slotDelete, slotInfo, slotModify, slotOptions, trajectory, triggerSave, unpause, unpause, uptime, waitForUnits

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface info.mikethomas.jfold.Connection

    bond, configured, doCycle, downloadCore, finish, finish, getInfo, getInfo, info, inject, maskUnitState, numSlots, option, option, options, options, pause, pause, ppd, queueInfo, requestId, requestWs, save, save, shutdown, simulationInfo, slotAdd, slotDelete, slotInfo, slotModify, slotOptions, trajectory, triggerSave, unpause, unpause, uptime, waitForUnits
  • Constructor Details

    • MockConnection

      public MockConnection() throws IOException

      Constructor for MockConnection.

      Throws:
      IOException - if any.