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. 
messageProcessor MessageProcessor component - Takes messages from component InputOutputHandler, processes them (recoding, checking for replays, removing/adding padding, initiating message authentication) and bypasses them to component OutputStrategy
 

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()).
 

Uses of ReplyMessage in messageProcessor
 

Methods in messageProcessor that return ReplyMessage
private  ReplyMessage Recoder.encrypt(ReplyMessage message)
          Encrypts the bypassed ReplyMessage.
 

Methods in messageProcessor with parameters of type ReplyMessage
private  ReplyMessage Recoder.encrypt(ReplyMessage message)
          Encrypts the bypassed ReplyMessage.