Package | Description |
---|---|
com.putable.common.matrix |
Provides the classes necessary to construct a Matrix object
|
com.putable.server |
Provides the classes specific to the server
|
Modifier and Type | Field and Description |
---|---|
private NetPuzlClientProxy |
Agent.proxy
The client proxy this Agent is on
|
Modifier and Type | Method and Description |
---|---|
NetPuzlClientProxy |
Agent.getProxy()
Gets the client proxy this Agent is on
|
Modifier and Type | Method and Description |
---|---|
void |
Matrix.sendHearTagToNPO(NetPuzlClientProxy proxy,
NetPuzlObject from,
NetPuzlObject to,
java.lang.String text)
Sends a 'hear' Tag from one NetPuzlObject to another to be broadcast to
the Agent involved
|
void |
AbstractMatrix.sendHearTagToNPO(NetPuzlClientProxy proxy,
NetPuzlObject from,
NetPuzlObject to,
java.lang.String text) |
void |
Agent.setProxy(NetPuzlClientProxy proxy)
Sets the client proxy this Agent is on
|
Modifier and Type | Field and Description |
---|---|
private NetPuzlClientProxy |
RequestHandler.proxy
The proxy associated with this client's proxy.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<NetPuzlClientProxy> |
NetPuzlClientHandler.clientList
Creates new collections synchronized list for clientList.
|
Modifier and Type | Method and Description |
---|---|
void |
NetPuzlClientHandler.add(NetPuzlClientProxy cp)
Adds a client to the client list
|
void |
NetPuzlClientHandler.removeAgent(NetPuzlClientProxy cp)
Removes the Agent from the list
|
void |
RequestHandler.sendHearTagToProxy(NetPuzlClientProxy proxy,
ObjID from,
ObjID to,
java.lang.String message)
This method is used to send a hear tag to the proxy.
|
Constructor and Description |
---|
RequestHandler(NetPuzlClientProxy proxy,
Tag tag)
A constructor for a new RequestHandler object.
|