- random - Variable in class tests.FactoryClassesTest
-
A random number generator to use for testing
- realclose() - Method in class com.putable.xmlhandler.SoftCloseInputStream
-
Invokes close() method from a super
- receivedCmd(TCmd) - Method in class com.putable.server.NetPuzlClientProxy
-
Called by XMLHandler when cmd tag received.
- receivedCmd(TCmd) - Method in class com.putable.xmlhandler.ServerXMLHandler
-
Method is called when Tag type CMD is received from the client.
- receivedCmd(TCmd) - Method in class tests.ServerXMLHandlerTestee
-
- receivedHearTag(THear) - Method in class com.putable.client.NetPuzlClient
-
- receivedHearTag(THear) - Method in class com.putable.xmlhandler.ClientXMLHandler
-
Method is called when Tag type HEAR is received from the server.
- receivedHearTag(THear) - Method in class tests.ClientXMLHandlerTestee
-
- receivedLoggedInTag(TLoggedIn) - Method in class com.putable.client.NetPuzlClient
-
- receivedLoggedInTag(TLoggedIn) - Method in class com.putable.xmlhandler.ClientXMLHandler
-
Method is called when Tag type LOGGED_IN is received from the server.
- receivedLoggedInTag(TLoggedIn) - Method in class tests.ClientXMLHandlerTestee
-
- receivedLoggedOutTag(TLoggedOut) - Method in class com.putable.client.NetPuzlClient
-
- receivedLoggedOutTag(TLoggedOut) - Method in class com.putable.xmlhandler.ClientXMLHandler
-
Method is called when Tag type LOGGED_OUT is received from the server.
- receivedLoggedOutTag(TLoggedOut) - Method in class tests.ClientXMLHandlerTestee
-
- receivedLogin(TLogin) - Method in class com.putable.server.NetPuzlClientProxy
-
Called by XMLHandler when login tag received.
- receivedLogin(TLogin) - Method in class com.putable.xmlhandler.ServerXMLHandler
-
Method is called when Tag type LOGIN is received from the client.
- receivedLogin(TLogin) - Method in class tests.ServerXMLHandlerTestee
-
- receivedLogout(TLogout) - Method in class com.putable.server.NetPuzlClientProxy
-
Called by XMLHandler when logout tag received.
- receivedLogout(TLogout) - Method in class com.putable.xmlhandler.ServerXMLHandler
-
Method is called when Tag type LOGOUT is received from the client.
- receivedLogout(TLogout) - Method in class tests.ServerXMLHandlerTestee
-
- receivedServerTag(TServer) - Method in class com.putable.client.NetPuzlClient
-
- receivedServerTag(TServer) - Method in class com.putable.xmlhandler.ClientXMLHandler
-
Method is called when Tag type SERVER is received from the server.
- receivedServerTag(TServer) - Method in class tests.ClientXMLHandlerTestee
-
- receivedSetTag(TSet) - Method in class com.putable.client.NetPuzlClient
-
- receivedSetTag(TSet) - Method in class com.putable.xmlhandler.ClientXMLHandler
-
Method is called when Tag type SET is received from the server.
- receivedSetTag(TSet) - Method in class tests.ClientXMLHandlerTestee
-
- receivedXrequest(TXrequest) - Method in class com.putable.server.NetPuzlClientProxy
-
- receivedXrequest(TXrequest) - Method in class com.putable.xmlhandler.ServerXMLHandler
-
Method is called when Tag type XREQUEST is received from the client.
- receivedXrequest(TXrequest) - Method in class tests.ServerXMLHandlerTestee
-
- receivedXresponseTag(TXresponse) - Method in class com.putable.client.NetPuzlClient
-
- receivedXresponseTag(TXresponse) - Method in class com.putable.xmlhandler.ClientXMLHandler
-
Method is called when Tag type XRESPONSE is received from the server.
- receivedXresponseTag(TXresponse) - Method in class tests.ClientXMLHandlerTestee
-
- recievedText - Variable in class com.putable.client.gui.Gui
-
- recievePanel - Variable in class com.putable.client.gui.Gui
-
These are the various panels needed.
- removeAgent(Agent) - Method in class com.putable.common.matrix.AbstractMatrix
-
- removeAgent(Agent) - Method in interface com.putable.common.matrix.Matrix
-
Removes an agent from this Matrix
- removeAgent(NetPuzlClientProxy) - Method in class com.putable.server.NetPuzlClientHandler
-
Removes the Agent from the list
- removeKey(Key) - Method in class com.putable.common.matrix.AbstractMatrix
-
- removeKey(Key) - Method in interface com.putable.common.matrix.Matrix
-
Removes a key from this Matrix
- removeToken(Token) - Method in class com.putable.common.matrix.AbstractMatrix
-
- removeToken(Token) - Method in interface com.putable.common.matrix.Matrix
-
Removes a Token from this Matrix
- RequestHandler - Class in com.putable.server
-
This class handles communication back and forth between the class and proxy.
- RequestHandler(NetPuzlClientProxy, Tag) - Constructor for class com.putable.server.RequestHandler
-
A constructor for a new RequestHandler object.
- requests - Variable in class com.putable.server.NetPuzlServer
-
The queue of matrix modification requests made by clients
- resize(BufferedImage, int, int) - Static method in class com.putable.common.matrix.Cell
-
A method to resize an image.
- run() - Method in class com.putable.client.NetPuzlClient
-
Runs the parser
- run() - Method in class com.putable.common.InitializeServerClient.InitializeClient
-
The method that begins the client.
- run() - Method in class com.putable.common.InitializeServerClient.InitializeServer
-
This begins a new server.
- run() - Method in class com.putable.server.NetPuzlClientHandler
-
Threaded method to check for clients and calls the kill method to remove
them
- run() - Method in class com.putable.server.NetPuzlClientProxy
-
Runs the parser
- run() - Method in class com.putable.server.NetPuzlServer.QueueListener
-
- run() - Method in class com.putable.server.RequestHandler
-
This is the actual functionality of the request handler this is where all
the action happens.