Uses of Class
externalInformationPort.ExternalInformationPortController

Packages that use ExternalInformationPortController
externalInformationPort ExternalInformationPort component - Used for (UDP-)Information (for example a public key) exchange with "external" communication partners (for example other mixes or clients). 
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. 
 

Uses of ExternalInformationPortController in externalInformationPort
 

Constructors in externalInformationPort with parameters of type ExternalInformationPortController
InformationProvider(java.security.PublicKey publicKey, ExternalInformationPortController eip)
          Creates a new InformationProvider that provides Information for "external" communication partners (e. g.
 

Uses of ExternalInformationPortController in inputOutputHandler
 

Methods in inputOutputHandler with parameters of type ExternalInformationPortController
 void InputOutputHandlerController.initialize(UserDatabaseController userDatabase, OutputStrategyController outputStrategy, ExternalInformationPortController eip)
          Initialization method for this component.
 

Constructors in inputOutputHandler with parameters of type ExternalInformationPortController
NextMixConnectionHandler(InputOutputHandlerController inputOutputHandler, UserDatabaseController userDatabase, ExternalInformationPortController externalInformationPort)
          Constructs a new NextMixConnectionHandler which handles communication with the next mix in the cascade.
PreviousMixConnectionHandler(InputOutputHandlerController inputOutputHandler, UserDatabaseController userDatabase, OutputStrategyController outputStrategy, ExternalInformationPortController externalInformationPort)
          Constructs a new PreviousMixConnectionHandler which handles communication with a previous mix (in the same cascade as this one).