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

C

cancelClientSearch() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Cancels the active client search.
cancelTransmission() - Method in class de.hfu.anybeam.networkCore.AbstractTransmission
Cancels the transmission.
clearClientList() - Method in class de.hfu.anybeam.networkCore.NetworkEnvironment
Removes all Clients from the list of reachable Clients.
Client - Class in de.hfu.anybeam.networkCore
Represents a network Client with all necessary Information.
Client(InetAddress, String, int, String, String, String) - Constructor for class de.hfu.anybeam.networkCore.Client
Creates a new Client instance with the given Information.
Client(InetAddress, String, int, String, String, DeviceType) - Constructor for class de.hfu.anybeam.networkCore.Client
Creates a new Client instance with the given Information.
clientFound(Client) - Method in interface de.hfu.anybeam.networkCore.NetworkEnvironmentListener
Called when a new Client was found.
clientListCleared() - Method in interface de.hfu.anybeam.networkCore.NetworkEnvironmentListener
Called when the list containing all available Clients was cleared.
clientLost(Client) - Method in interface de.hfu.anybeam.networkCore.NetworkEnvironmentListener
Called when a Client was lost.
clientSearchDone() - Method in interface de.hfu.anybeam.networkCore.NetworkEnvironmentListener
Called when the NetworkEnvironment is now activly searching for new Clients.
clientSearchStarted() - Method in interface de.hfu.anybeam.networkCore.NetworkEnvironmentListener
Called when the NetworkEnvironment is now activly searching for new Clients.
clientUpdated(Client) - Method in interface de.hfu.anybeam.networkCore.NetworkEnvironmentListener
Called when settings of a Client were changed.
closeOutputStream(TransmissionEvent, OutputStream) - Method in interface de.hfu.anybeam.networkCore.DataReceiverAdapter
Called after the transmission is done.
compareTo(Client) - Method in class de.hfu.anybeam.networkCore.Client
 
copy(Client) - Method in class de.hfu.anybeam.networkCore.Client
Copies all values from the given source Client.
createCipher() - Method in enum de.hfu.anybeam.networkCore.EncryptionType
Creates a Cipher for this EncryptionType.
A C D E F G I N P R S T U V