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) int
broadcast
(Client source, ClientCommand command) void
collectConnections
(List<Closeable> connections) getClient
(ClientRequest clientReq) int
getState()
void
maintenence
(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
-