A C D E F G I N P R S T U V 

G

generateUrlString() - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Creates an URL encoded String containing all parameters of this UrlParameterBundle object.
get(String) - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Returns the value of the parameter with the given key.
getAddress() - Method in class de.hfu.anybeam.networkCore.Client
Returns the client's InetAddress.
getAllNetworkEnvironmentListeners() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Returns a List containing all NetworkEnvironmentListeners currently installed on this NetworkEnvironment.
getAverageSpeed() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns the calculated average speed of the transmission in Bytes/second.
getAveragSpeed() - Method in class de.hfu.anybeam.networkCore.AbstractTransmission
Returns the calculated average speed in Bytes/s.
getBoolean(String) - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Returns the value of the parameter with the given key.
getBroadcastPort() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the port o which broadcasts are send.
getBroadcastPort() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettingsEditor
 
getClientCount() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Returns the number of currently available Clients.
getClientForId(String) - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Returns the Client with the given id or null if no Client has the requested id.
getClientList() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Returns a List containing all Clients currently available on this NetworkEnvironment.
getDataPort() - Method in class de.hfu.anybeam.networkCore.Client
Returns the port on which the client is listening for incoming data transmissions.
getDataPort() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the port on which data is transmitted.
getDataPort() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettingsEditor
 
getDeviceName() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the device name.
getDeviceName() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettingsEditor
 
getDeviceType() - Method in class de.hfu.anybeam.networkCore.Client
Returns the client's DeviceType.
getDeviceType() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the DeviceType.
getDeviceType() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettingsEditor
 
getDouble(String) - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Returns the value of the parameter with the given key.
getEncryptionKey() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the encryption key used.
getEncryptionKey() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettingsEditor
 
getEncryptionName() - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Returns a technical name of this encryption or null if the EncryptionType is EncryptionType.NONE.
getEncryptionType() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the EncryptionType used.
getEncryptionType() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettingsEditor
 
getException() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns a Exception that may have occured while transmitting data.
getFloat(String) - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Returns the value of the parameter with the given key.
getHumanEncryptionName() - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Returns a human readable name of this encryption or null if the EncryptionType is EncryptionType.NONE.
getHumanReadableKey(byte[]) - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Generates a human readable String representing the key.
getId() - Method in class de.hfu.anybeam.networkCore.Client
Returns the client's id.
getInteger(String) - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Returns the value of the parameter with the given key.
getKeyLength() - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Returns the key length for this EncryptionType in bit.
getKeyLengthByte() - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Returns the key length for this EncryptionType in byte.
getLocalId() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the local id.
getLong(String) - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Returns the value of the parameter with the given key.
getMap() - Method in class de.hfu.anybeam.networkCore.UrlParameterBundle
Returns a map containing all parameters of this UrlParameterBundle.
getName() - Method in class de.hfu.anybeam.networkCore.Client
Returns the client's name.
getNetworkEnvironmentListener(int) - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Return the NetworkEnvironmentListener with the given index.
getNetworkEnvironmentListenerCount() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Returns the number of NetworkEnvironmentListener currently installed on this NetworkEnvironment.
getNetworkEnvironmentSettings() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Returns the NetworkEnvironmentSettings used by this instance.
getOsName() - Method in class de.hfu.anybeam.networkCore.Client
Returns the name of the client's os.
getOsName() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
Returns the operating system's name.
getOsName() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettingsEditor
 
getPercentDone() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns the percentage already done in range from 0 to 1.
getRandomSecretKey() - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Generates a random secret key using KeyGenerator matching the needs of a key this EncryptionType.
getResourceName() - Method in class de.hfu.anybeam.networkCore.AbstractTransmission
Returns the name of the resource transmitted by this AbstractTransmission instance or a text describing the it.
getResourceName() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns the name of the resource transmitted.
getSecretKeyFromHumanReadableKey(String) - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Generates a key from a human readable String created with EncryptionType.getHumanReadableKey(byte[])
getSecretKeyFromPassword(String) - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Generates a random secret key using the password's SHA-1 hash matching the needs of a key this EncryptionType.
getSecretKeySpec(byte[]) - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Creates a SecretKeySpec from the given bytes.
getTotalLength() - Method in class de.hfu.anybeam.networkCore.AbstractTransmission
Returns the total length of this transmission in bytes or -1 if the transmission is infinite.
getTotalLength() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns the transmission's total length in byte.
getTransmissionHandler() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns the AbstractTransmission which handles the transmission.
getTransmissionId() - Method in class de.hfu.anybeam.networkCore.AbstractTransmission
Returns an id unique for every instance of AbstractTransmission
getTransmissionId() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns the unique transmission id of the transmission displayed by this event.
getTransmittedLength() - Method in class de.hfu.anybeam.networkCore.AbstractTransmission
Returns the already transmitted length in bytes.
getTransmittedLength() - Method in class de.hfu.anybeam.networkCore.TransmissionEvent
Returns the already transmitted length in byte.
A C D E F G I N P R S T U V