|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputOutputHandlerController | |
---|---|
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 . |
outputStrategy | Output Strategy component - Collects messages until an output criterion is fulfilled (certain number of messages collected or timeout reached) |
Uses of InputOutputHandlerController in messageProcessor |
---|
Methods in messageProcessor with parameters of type InputOutputHandlerController | |
---|---|
void |
MessageProcessorController.initialize(java.security.KeyPair keyPair,
InputOutputHandlerController inputOutputHandler,
AccessControlController accessControl,
OutputStrategyController outputStrategy)
Initialization method for this component. |
Uses of InputOutputHandlerController in outputStrategy |
---|
Methods in outputStrategy with parameters of type InputOutputHandlerController | |
---|---|
void |
OutputStrategyController.initialize(InputOutputHandlerController inputOutputHandler)
Initialization method for this component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |