| Class and Description |
|---|
| AbstractTransmission
A abstract class providing default functionality for every kind of transmission including
progress calculation, average speed calculation, a adapter interface to notify about progress changes and failure
handling.
|
| AbstractTransmissionAdapter
An adapter interface allowing a class to be informed about status updates of a
AbstractTransmission object. |
| Client
Represents a network Client with all necessary Information.
|
| DataReceiverAdapter
An adapter interface to control a
DataReceiver an its DataReceiverConnections. |
| DeviceType
An enum containing all possible device types
|
| EncryptionType
An enum containng all possible encryption types and useful functions.
|
| NetworkEnvironment
Able to find counterparts in the local network.
|
| NetworkEnvironmentListener
A interface to be notified about events in a
NetworkEnvironment object. |
| NetworkEnvironmentSettings
A class containing all necessary settings for an
NetworkEnvironment |
| TransmissionEvent
Displays the current state of an
AbstractTransmission object |
| UrlParameterBundle
A class that can be used to create and parse URL encoded
Strings to store and transmit data in. |