|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Payload | |
|---|---|
| client | The Client used to anonymize data (e. g. from a user's application) via a cascade of mixes. |
| message | Provides different message formats, the InputOutputHandler is
capable of transmitting. |
| Uses of Payload in client |
|---|
| Methods in client with parameters of type Payload | |
|---|---|
private Message |
MessageGenerator.generatePlaintextChannelEstablishMessage(int positionOfMixInCascade,
Payload payload,
int messageID)
Generates a new (plaintext) ChannelEstablishMessage for the
specified mix. |
private Message |
MessageGenerator.generatePlaintextChannelMessage(int positionOfMixInCascade,
Payload payload,
int messageID)
Generates a new (plaintext) ChannelMessage for the
specified mix. |
| Uses of Payload in message |
|---|
| Methods in message that return Payload | |
|---|---|
Payload |
ChannelMessage.getPayload()
Returns the MessagePart PAYLOAD. |
Payload |
ChannelEstablishMessage.getPayload()
Returns the MessagePart PAYLOAD. |
| Methods in message with parameters of type Payload | |
|---|---|
void |
ChannelMessage.setPayload(Payload newPayload)
Sets the MessagePart PAYLOAD to the
bypassed value. |
void |
ChannelEstablishMessage.setPayload(Payload newPayload)
Sets the MessagePart PAYLOAD to the
bypassed value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||