Class Page

java.lang.Object
net.targetr.rc.Page

public class Page extends Object
Allows multiple clients on the same page to communicate.
Author:
Dr Michael Gardiner
  • Constructor Details

    • Page

      public Page()
  • Method Details

    • broadcast

      public int broadcast(Client source, ClientCommand command)
    • getClient

      public Client getClient(ClientRequest clientReq)
    • getClient

      public Client getClient(String clientId)
    • attachClient

      public Client attachClient(ClientRequest clientReq)
    • getLiveClientCount

      public int getLiveClientCount()
    • maintenence

      public void maintenence(long recent)
    • getState

      public Map<String,Object> getState()
    • collectConnections

      public void collectConnections(List<Closeable> connections)