Package net.targetr.rc
Class Page
java.lang.Object
net.targetr.rc.Page
Allows multiple clients on the same page to communicate.
- Author:
- Dr Michael Gardiner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachClient(ClientRequest clientReq) intbroadcast(Client source, ClientCommand command) voidcollectConnections(List<Closeable> connections) getClient(ClientRequest clientReq) intgetState()voidmaintenence(long recent)
-
Constructor Details
-
Page
public Page()
-
-
Method Details
-
broadcast
-
getClient
-
getClient
-
attachClient
-
getLiveClientCount
public int getLiveClientCount() -
maintenence
public void maintenence(long recent) -
getState
-
collectConnections
-