Uses of Class
messageProcessor.ReplayDetection

Packages that use ReplayDetection
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 ReplayDetection in messageProcessor
 

Fields in messageProcessor declared as ReplayDetection
private  ReplayDetection MessageProcessorController.RequestMixThread.replayDetection
          ReplayDetection used to detect replays.
 

Constructors in messageProcessor with parameters of type ReplayDetection
MessageProcessorController.RequestMixThread(Recoder recoder, ReplayDetection replayDetection)
          Saves references on the bypassed objects and calls start() .