Uses of Package
externalInformationPort

Packages that use externalInformationPort
architectureInterface Provides all interfaces, given by this mix' software architecture for each component ("NameOfComponent"Interface.java). 
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. 
 

Classes in externalInformationPort used by architectureInterface
Information
          Enumeration used to identify different types of information, that can be received and/or provided using an ExternalInformationPort component.
 

Classes in externalInformationPort used by externalInformationPort
ExternalInformationPortController
          Controller class of component ExternalInformationPort.
Information
          Enumeration used to identify different types of information, that can be received and/or provided using an ExternalInformationPort component.
InformationProvider
          Provides Information for "external" communication partners (e.
 

Classes in externalInformationPort used by inputOutputHandler
ExternalInformationPortController
          Controller class of component ExternalInformationPort.