Uses of Interface
comm2j.MessageI

Uses of MessageI in comm2j
 

Classes in comm2j that implement MessageI
 class ByteMessage
          ByteMessage is the message class used to send and receive bytes to/from remote server.
 class DateMessage
          DateMessage is the message class used to send and receive date to/from remote server.
 class IntegerMessage
          IntegerMessage is the message class used to send and receive integer to/from remote server.
 class LongMessage
          LongMessage is the message class used to send and receive long to/from remote server.
 class Message
          Message is the basic class used to send and receive message to/from remote server.
It will be derived to manage different type of message.
Do NOT use this class directly!
 class ShortMessage
          ShortMessage is the message class used to send and receive short to/from remote server.
 class StringMessage
          StringMessage is the message class used to send and receive strings to/from remote server.
 class VectorMessage
          VectorMessage is the message class used to send and receive vector of messages to/from remote server.