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 Link icon

    Fields inherited from class info.mikethomas.jfold.ClientConnection Link icon

    DEFAULT_HOST, DEFAULT_PORT

    Fields inherited from class info.mikethomas.jfold.SocketConnection Link icon

    CLRSCR, COMMAND_PROMPT, ENCODING, WELCOME_MSG
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Constructor for MockConnection.
  • Method Summary Link icon

    Methods inherited from class info.mikethomas.jfold.ClientConnection Link icon

    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 Link icon

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

    Methods inherited from interface info.mikethomas.jfold.Connection Link icon

    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 Link icon

    • MockConnection Link icon

      public MockConnection() throws IOException

      Constructor for MockConnection.

      Throws:
      IOException - if any.