Uses of Class
gumbo.net.msg.Message

Packages that use Message
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. 
 

Uses of Message in gumbo.net.msg
 

Subclasses of Message in gumbo.net.msg
 class MsgPingCommand
          A command message commanding the target, typically the system server, to respond with a MsgPingStatus message.
 class MsgPingStatus
          A status message in response to a MsgPingCommand message, notifying the target that the source, typically the system server, is alive.
 

Uses of Message in gumbo.net.msg.ascii
 

Subclasses of Message in gumbo.net.msg.ascii
 class AsciiMessage
          Abstract subclass of Message containing all aspects of ASCII transport of a message.
 

Uses of Message in gumbo.visualize.data
 

Subclasses of Message in gumbo.visualize.data
static class TestClientAgent.MsgGraphOpenRequest
           
static class TestClientAgent.MsgListOpenRequest
           
static class TestClientAgent.MsgTreeOpenRequest
           
private static class gumbo.visualize.data.TestServerAgent.MsgGraphModel
           
static class TestServerAgent.MsgGraphOpenResponse
           
static class TestServerAgent.MsgListOpenResponse
           
static class TestServerAgent.MsgSetClientDataCommand
           
static class TestServerAgent.MsgTreeOpenResponse