|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
accessControl | Access control component - Supposed to perform authentication, access and admission control. |
architectureInterface | Provides all interfaces, given by this mix' software architecture for each
component ("NameOfComponent"Interface.java ). |
message | Provides different message formats, the InputOutputHandler is
capable of transmitting. |
Uses of Message in accessControl |
---|
Methods in accessControl with parameters of type Message | |
---|---|
boolean |
AccessControlController.isMACCorrect(Message message)
Performs an integrity check on the bypassed message. |
Uses of Message in architectureInterface |
---|
Methods in architectureInterface with parameters of type Message | |
---|---|
boolean |
AccessControlInterface.isMACCorrect(Message message)
Must perform an integrity check on the bypassed message. |
Uses of Message in message |
---|
Subclasses of Message in message | |
---|---|
class |
BatchSizeMessage
InternalMessage used for communication between two
OutputStrategy components, located on neighbored mixes. |
class |
ChannelEstablishMessage
ExternalMessage used to establish a channel, which can transmit
ChannelMessage s and Reply ies. |
class |
ChannelMessage
ExternalMessage used to transmit data on an existing channel. |
class |
ChannelReleaseMessage
ExternalMessage used to release an existing channel. |
class |
ReplyMessage
ExternalMessage used to send data to a Client . |
Methods in message with parameters of type Message | |
---|---|
int |
Message.compareTo(Message message)
Implements the Comparable interface's compareTo()
method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |