Uses of Class
message.ReplyMessage

Packages that use ReplyMessage
inputOutputHandler InputOutputHandler component - Handles (mix) message-based connections (see package Message) with communication partners (clients, other mixes and proxy servers) and therefore abstracts from the physic communication channels. 
 

Uses of ReplyMessage in inputOutputHandler
 

Methods in inputOutputHandler with parameters of type ReplyMessage
protected  void InputOutputHandlerController.addUnprocessedReply(ReplyMessage message)
          Adds the bypassed (just received) Reply to the replyInputQueue (from where it will be taken by component MessageProcessor via getReply()).