|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Information | |
---|---|
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). |
Uses of Information in architectureInterface |
---|
Methods in architectureInterface with parameters of type Information | |
---|---|
java.lang.Object |
ExternalInformationPortInterface.getInformation(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest)
Generic method to receive some Information from a
specified InformationProvider component. |
java.lang.Object |
ExternalInformationPortInterface.getInformation(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest,
byte[] data)
Generic method to receive some Information from a
specified InformationProvider component, sending the
bypassed data. |
java.lang.Object[] |
ExternalInformationPortInterface.getInformationFromAll(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest)
Generic method to receive some Information from several
ExternalInformationPort components. |
java.lang.Object[] |
ExternalInformationPortInterface.getInformationFromAll(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest,
byte[] data)
Generic method to receive some Information from several
ExternalInformationPort components, sending the bypassed
data. |
Uses of Information in externalInformationPort |
---|
Fields in externalInformationPort with type parameters of type Information | |
---|---|
(package private) java.util.EnumMap<Information,java.lang.Integer> |
InformationProvider.enumMap
Enumeration used to identify incoming requests. |
Methods in externalInformationPort that return Information | |
---|---|
static Information |
Information.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Information[] |
Information.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in externalInformationPort with parameters of type Information | |
---|---|
private byte[] |
InformationProvider.generateResponse(Information informationOfInterest,
byte[] data)
Generates a byte array containing the information specified by the bypassed value (= information, the caller is interested in). |
java.lang.Object |
ExternalInformationPortController.getInformation(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest)
Generic method to receive some Information from a
specified ExternalInformationPort component. |
protected static byte[] |
InformationGrabber.getInformation(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest,
byte[] data)
Generic method to receive some Information from a
specified InformationProvider -component. |
java.lang.Object |
ExternalInformationPortController.getInformation(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest,
byte[] data)
Generic method to receive some Information from a
specified ExternalInformationPort component, sending the
bypassed data. |
java.lang.Object[] |
ExternalInformationPortController.getInformationFromAll(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest)
Generic method to receive some Information from several
ExternalInformationPort components. |
protected static byte[][] |
InformationGrabber.getInformationFromAll(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest,
byte[] data)
Generic method to receive some Information from several
ExternalInformationPort components. |
java.lang.Object[] |
ExternalInformationPortController.getInformationFromAll(java.net.InetAddress informationProviderAddress,
int informationProviderPort,
Information informationOfInterest,
byte[] data)
Generic method to receive some Information from several
ExternalInformationPort components, sending the bypassed
data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |