- 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
-
- 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
-
- 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
-
- getDeviceType() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
-
- 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
-
- getEncryptionType() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironmentSettings
-
- 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
-
- 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
-
- getKeyLengthByte() - Method in enum de.hfu.anybeam.networkCore.EncryptionType
-
- 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
-
- getName() - Method in class de.hfu.anybeam.networkCore.Client
-
Returns the client's name.
- getNetworkEnvironmentListener(int) - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
-
- getNetworkEnvironmentListenerCount() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
-
- getNetworkEnvironmentSettings() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
-
- 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
-
- 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
-
- getTransmissionId() - Method in class de.hfu.anybeam.networkCore.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.