Uses of Class
gumbo.net.msg.ascii.AsciiMessage

Packages that use AsciiMessage
gumbo.net.msg Provides special purpose building blocks for building, writing and reading application-specific network messages. 
 

Uses of AsciiMessage in gumbo.net.msg
 

Subclasses of AsciiMessage 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.