A B C D E F G H I K L M N O P R S T U V W

B

BACKLOG - Variable in class inputOutputHandler.ClientConnectionHandler
The maximum queue length for incoming connection indications.
basicEndPosition - Variable in enum message.ChannelEstablishMessagePart
Basic end position (= offset) of this MessagePart.
basicEndPosition - Variable in enum message.ChannelMessagePart
Basic end position (= offset) of this MessagePart.
basicEndPositionOfPayload - Static variable in enum message.ChannelEstablishMessagePart
The end position (=index) of the last mix' payload (Note: Message length isn't constant in a cascade).
basicEndPositionOfPayload - Static variable in enum message.ChannelMessagePart
The end position (=index) of the last mix' payload (Note: Message length isn't constant in a cascade).
basicLength - Variable in enum message.ChannelEstablishMessagePart
Basic length of this MessagePart in byte.
basicLength - Variable in enum message.ChannelMessagePart
Basic length of this MessagePart in byte.
BasicMessage - Interface in message
Interface any type of message the InputOutputHandler shall be capable of transmitting must implement.
basicMessageLength - Static variable in enum message.ChannelEstablishMessagePart
The length of a mix message, as it arrives at the last mix of a cascade (in byte).
basicMessageLength - Static variable in enum message.ChannelMessagePart
The length of a mix message, as it arrives at the last mix of a cascade (in byte).
basicStartPosition - Variable in enum message.ChannelEstablishMessagePart
Basic start position (= offset) of this MessagePart.
basicStartPosition - Variable in enum message.ChannelMessagePart
Basic start position (= offset) of this MessagePart.
Batch - Class in outputStrategy
Data structure used to stores processed messages until output is requested (see putOutBatch()).
Batch(int, boolean, boolean, InputOutputHandlerController) - Constructor for class outputStrategy.Batch
Constructs a new Batch that can be used to stores processed messages until output is requested (see putOutBatch()).
batchBegin - Variable in class inputOutputHandler.ReplyDecision
Timestamp of the first validation (of the traffic situation) for the current decision.
batchSize - Variable in class message.BatchSizeMessage
Batch size the sending mix used for the upcoming batch (= batch he will send after this message).
batchSize - Variable in class outputStrategy.OutputStrategyController
Number of messages the upcoming batch will contain (according to the OutputStrategy component on this mix' predecessor).
BatchSizeMessage - Class in message
InternalMessage used for communication between two OutputStrategy components, located on neighbored mixes.
BatchSizeMessage(int) - Constructor for class message.BatchSizeMessage
Creates a new BatchSizeMessage containing the bypassed batchSize.
BELONGS_TO_FIRST_MIX - Variable in class outputStrategy.OutputStrategyController
Indicates whether this OutputStrategyController belongs to the first mix of the cascade or not.
BELONGS_TO_LAST_MIX - Variable in class outputStrategy.Batch
Indicates whether this Batch belongs to the last mix of a cascade or not.
BELONGS_TO_LAST_MIX - Variable in class outputStrategy.OutputStrategyController
Indicates whether this OutputStrategyController belongs to the last mix of the cascade or not.
BIND_ADDRESS - Variable in class inputOutputHandler.ClientConnectionHandler
Address this ClientConnectionHandler's socket shall be bound to.
BIND_ADDRESS - Variable in class inputOutputHandler.PreviousMixConnectionHandler
Address this PreviousMixConnectionHandler's socket shall be bound to.
buffer - Variable in class outputStrategy.Batch
ArrayList containing the messages.
byteArrayToInt(byte[]) - Static method in class util.Util
Converts the bypassed byte array to an int value.
byteArrayToLong(byte[]) - Static method in class util.Util
Converts the bypassed byte array to a long value.
byteArrayToShort(byte[]) - Static method in class util.Util
Converts the bypassed byte array to a short value.
byteMessage - Variable in class message.Message
Byte representation of this message.
bytePayload - Variable in class message.Payload
Byte representation of this Payload.

A B C D E F G H I K L M N O P R S T U V W