Uses of Package
gumbo.net.msg

Packages that use gumbo.net.msg
gumbo.net Provides special purpose application-level building blocks for networked application nodes, including clients, servers, and proxy servers. 
gumbo.net.msg Provides special purpose building blocks for building, writing and reading application-specific network messages. 
gumbo.net.msg.ascii   
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
 

Classes in gumbo.net.msg used by gumbo.net
MessageListener
          Interface for sending a message to a message handler.
MessageThread
          Abstract base class for network threads intended for messaging using Gumbo's message protocol (see Message).
 

Classes in gumbo.net.msg used by gumbo.net.msg
AbstractMessageIO
          Abstract base class for message transport (IO) classes (readers and writers).
Message
          Abstract base class for messages conforming to the Gumbo client-server message protocol.
MessageDataException
          Base class for exceptions involving the message data format.
MessageException
          Base class for exceptions involving messages.
MessageHandler
          A message listener that can be queried for the type(s) of messages that it can listen for.
MessageIO
          Base interface for message transport (IO) classes (readers and writers).
MessageIOException
          Base class for exceptions involving the message transport format.
MessageIOListener
          Interface for listeners of message IO events.
MessageListener
          Interface for sending a message to a message handler.
MessageReader
          Interface for reading whole messages.
MessageWriter
          Interface for writing whole messages.
 

Classes in gumbo.net.msg used by gumbo.net.msg.ascii
AbstractMessageIO
          Abstract base class for message transport (IO) classes (readers and writers).
Message
          Abstract base class for messages conforming to the Gumbo client-server message protocol.
MessageDataException
          Base class for exceptions involving the message data format.
MessageHead
          Class containing the message head, which is standard for all message types.
MessageIO
          Base interface for message transport (IO) classes (readers and writers).
MessageIOException
          Base class for exceptions involving the message transport format.
MessageReader
          Interface for reading whole messages.
MessageWriter
          Interface for writing whole messages.
 

Classes in gumbo.net.msg used by gumbo.visualize.data
Message
          Abstract base class for messages conforming to the Gumbo client-server message protocol.
MessageAgent
          Base class for an agent that conveniently facilitates network messaging for a network node (client, server).