Uses of Package
gcspy.comm

Packages that use gcspy.comm
gcspy.comm This package provides the classes for communication between the GCspy server and client. 
gcspy.interpreter This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions. 
gcspy.interpreter.client This package provides classes for the GCspy client, specifically client-side implementations of an interpreter and spaces, and listeners. 
gcspy.interpreter.server This package provides classes for the GCspy server, specifically server-side implementations of an interpreter and spaces. 
gcspy.test This package provides classes for testing GCspy components. 
gcspy.tools This package provides classes for GCspy tools for saving and replaying traces. 
 

Classes in gcspy.comm used by gcspy.comm
BufferedInput
          Buffered input from a byte array The communication stream has the following wire format (b is a byte)
BufferedOutput
          Buffered output to a byte array The communication stream has the following wire format (b is a byte)
Client
          All the socket stuff wrapped up
Command
          A command object
 

Classes in gcspy.comm used by gcspy.interpreter
BufferedInput
          Buffered input from a byte array The communication stream has the following wire format (b is a byte)
BufferedOutput
          Buffered output to a byte array The communication stream has the following wire format (b is a byte)
Client
          All the socket stuff wrapped up
CommandStream
          Parses a buffered I/O stream and invokes the commands in it
 

Classes in gcspy.comm used by gcspy.interpreter.client
BufferedInput
          Buffered input from a byte array The communication stream has the following wire format (b is a byte)
CommandStream
          Parses a buffered I/O stream and invokes the commands in it
 

Classes in gcspy.comm used by gcspy.interpreter.server
CommandStream
          Parses a buffered I/O stream and invokes the commands in it
 

Classes in gcspy.comm used by gcspy.test
CommandStream
          Parses a buffered I/O stream and invokes the commands in it
 

Classes in gcspy.comm used by gcspy.tools
BufferedInput
          Buffered input from a byte array The communication stream has the following wire format (b is a byte)
BufferedOutput
          Buffered output to a byte array The communication stream has the following wire format (b is a byte)