|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use inputOutputHandler | |
|---|---|
| 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. |
| outputStrategy | Output Strategy component - Collects messages until an output criterion is fulfilled (certain number of messages collected or timeout reached) |
| Classes in inputOutputHandler used by inputOutputHandler | |
|---|---|
| ClientConnectionHandler
Handles communication with Clients. |
|
| InputOutputHandlerController
Controller class of component InputOutputHandler. |
|
| PreviousMixConnectionHandler
Handles communication with a previous mix (in the same cascade as this one). |
|
| ReplyDecision
Decides about the optimal reply size and time depending on the current traffic situation (only used by last mix of cascade). |
|
| Classes in inputOutputHandler used by messageProcessor | |
|---|---|
| InputOutputHandlerController
Controller class of component InputOutputHandler. |
|
| Classes in inputOutputHandler used by outputStrategy | |
|---|---|
| InputOutputHandlerController
Controller class of component InputOutputHandler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||