Package de.unikassel.android.sdcframework.transmission

Package class diagram package de.unikassel.android.sdcframework.transmission
The classes providing the service for the transfer of stored samples to a remote server.

See:
          Description

Class Summary
AbstractConnectionStrategy Abstract base class for connection strategy types, knowing a successor to delegate to if the strategy fails.
AbstractProtocol Abstract base class for protocol types.
BasicAuthHttpProtocol Implementation of the HTTP protocol with basic authentication.
ConnectionStrategyBuilder A Builder for the connection strategy chains.
ConnectivityWrapperImpl Implementation of the connectivity wrapper.
FailSafeProtocol Implementation of a protocol which does never fail, to be used for test purpose.
FileManager A file management component for the transmission service.
MobileConnectionStrategy Implementation of the strategy using mobile connections.
SampleGatheringController A class to realize a controller for the task to select samples from the database for transfer.
SimpleHttpProtocol Implementation of a simple HTTP protocol without authentication.
TransferManagerImpl Implementation of the transfer manager which is the main access component for the transmission module.
UnknownProtocol Implementation of a default behavior for unknown protocol types.
UploadManager The manager responsible to handle the file upload to a remote server.
UseAvailableConnectionStrategy Implementation of the strategy which does only use available connections.
WLANConnectionStrategy Implementation of the strategy using WLAN (Wifi) connections.
 

Package de.unikassel.android.sdcframework.transmission Description

The classes providing the service for the transfer of stored samples to a remote server.