Uses of Interface
message.BasicMessage

Packages that use BasicMessage
message Provides different message formats, the InputOutputHandler is capable of transmitting. 
 

Uses of BasicMessage in message
 

Subinterfaces of BasicMessage in message
 interface Reply
          Interface, all messages must implement, that travel in direction last mix −> first mix (= receiver −> client).
 interface Request
          Interface, all messages must implement, that travel in direction first mix −> last mix (= client −> receiver).
 

Classes in message that implement BasicMessage
 class BatchSizeMessage
          InternalMessage used for communication between two OutputStrategy components, located on neighbored mixes.
 class ChannelEstablishMessage
          ExternalMessage used to establish a channel, which can transmit ChannelMessages and Replyies.
 class ChannelMessage
          ExternalMessage used to transmit data on an existing channel.
 class ChannelReleaseMessage
          ExternalMessage used to release an existing channel.
 class Message
          Basic abstract class for all types of messages the InputOutputHandler is capable of transmitting.
 class ReplyMessage
          ExternalMessage used to send data to a Client.