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

H

handleAcceptRequest() - Method in class inputOutputHandler.ClientConnectionHandler
Handles an accept request.
handleReadRequest(SelectionKey) - Method in class inputOutputHandler.ClientConnectionHandler
Handles a read request.
handleReplies() - Method in class inputOutputHandler.NextMixConnectionHandler
Waits for Replyies sent by next mix.
handleReplies() - Method in class inputOutputHandler.PreviousMixConnectionHandler
Waits for Replyies ready to be sent (to the previous mix).
handleRepliesIsWaitingForConnection - Variable in class inputOutputHandler.NextMixConnectionHandler
Indicates that method handleReplies() wants to send replies (to next mix), but the connection is lost (Used for synchronization, when reestablishing connection).
handleRepliesIsWaitingForConnection - Variable in class inputOutputHandler.PreviousMixConnectionHandler
Indicates that method handleReplies() wants to send replies (to the previous mix), but the connection is lost (Used for synchronization, when connection is established again).
handleWriteRequest(SelectionKey) - Method in class inputOutputHandler.ClientConnectionHandler
Handles a write request.
hasDynamicEndPosition - Variable in enum message.ChannelEstablishMessagePart
Indicates whether this MessagePart's end position depends on the calling mix' position in the cascade or not.
hasDynamicEndPosition - Variable in enum message.ChannelMessagePart
Indicates whether this MessagePart's end position depends on the calling mix' position in the cascade or not.
hasDynamicStartPosition - Variable in enum message.ChannelEstablishMessagePart
Indicates whether this MessagePart's start position depends on the calling mix' position in the cascade or not.
hasDynamicStartPosition - Variable in enum message.ChannelMessagePart
Indicates whether this MessagePart's start position depends on the calling mix' position in the cascade or not.
hasMessageInCurrentBatch - Variable in class userDatabase.User
Indicates whether a Request of this User is already in batch or not (used to prevent flooding attacks).
hasMessageInCurrentReplyBatch - Variable in class userDatabase.User
Indicates whether a Reply for this User is already in batch or not (used to prevent flooding attacks).
headerLength - Static variable in enum message.ChannelEstablishMessagePart
The length of a Message's header as defined above (in byte).
headerLength - Static variable in enum message.ChannelMessagePart
The length of a Message's header as defined above (in byte).

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