Uses of Class
de.unikassel.android.sdcframework.transmission.AbstractConnectionStrategy

Packages that use AbstractConnectionStrategy
de.unikassel.android.sdcframework.transmission The classes providing the service for the transfer of stored samples to a remote server. 
 

Uses of AbstractConnectionStrategy in de.unikassel.android.sdcframework.transmission
 

Subclasses of AbstractConnectionStrategy in de.unikassel.android.sdcframework.transmission
 class MobileConnectionStrategy
          Implementation of the strategy using mobile connections.
 class UseAvailableConnectionStrategy
          Implementation of the strategy which does only use available connections.
 class WLANConnectionStrategy
          Implementation of the strategy using WLAN (Wifi) connections.