|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolStrategy | |
---|---|
de.unikassel.android.sdcframework.transmission | The classes providing the service for the transfer of stored samples to a remote server. |
de.unikassel.android.sdcframework.transmission.facade | Provides the interfaces for the transmission package. |
de.unikassel.android.sdcframework.util | Does contain utility classes and interfaces. |
Uses of ProtocolStrategy in de.unikassel.android.sdcframework.transmission |
---|
Classes in de.unikassel.android.sdcframework.transmission that implement ProtocolStrategy | |
---|---|
class |
AbstractProtocol
Abstract base class for protocol types. |
class |
BasicAuthHttpProtocol
Implementation of the HTTP protocol with basic authentication. |
class |
FailSafeProtocol
Implementation of a protocol which does never fail, to be used for test purpose. |
class |
SimpleHttpProtocol
Implementation of a simple HTTP protocol without authentication. |
class |
UnknownProtocol
Implementation of a default behavior for unknown protocol types. |
Fields in de.unikassel.android.sdcframework.transmission declared as ProtocolStrategy | |
---|---|
protected ProtocolStrategy |
UploadManager.protocolStrategy
The strategy implementing the protocol |
Methods in de.unikassel.android.sdcframework.transmission that return ProtocolStrategy | |
---|---|
ProtocolStrategy |
UploadManager.getProtocolStrategy()
Getter for the protocolStrategy |
Methods in de.unikassel.android.sdcframework.transmission with parameters of type ProtocolStrategy | |
---|---|
boolean |
AbstractConnectionStrategy.doWork(ProtocolStrategy protocolStrategy)
|
boolean |
UseAvailableConnectionStrategy.isConnectionAvailable(ProtocolStrategy protocolStrategy)
|
boolean |
WLANConnectionStrategy.isConnectionAvailable(ProtocolStrategy protocolStrategy)
|
boolean |
MobileConnectionStrategy.isConnectionAvailable(ProtocolStrategy protocolStrategy)
|
protected boolean |
AbstractConnectionStrategy.process(ProtocolStrategy protocolStrategy)
|
Uses of ProtocolStrategy in de.unikassel.android.sdcframework.transmission.facade |
---|
Methods in de.unikassel.android.sdcframework.transmission.facade with parameters of type ProtocolStrategy | |
---|---|
boolean |
ConnectionStrategy.isConnectionAvailable(ProtocolStrategy protocolStrategy)
Method to test for an available connection |
Uses of ProtocolStrategy in de.unikassel.android.sdcframework.util |
---|
Fields in de.unikassel.android.sdcframework.util declared as ProtocolStrategy | |
---|---|
protected ProtocolStrategy |
LogfileManager.protocolStrategy
The strategy implementing the protocol |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |