|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransmissionProtocolPreference
Interface for the preferences of a transmission protocol.
the following preferences can be configured
Method Summary | |
---|---|
SinglePreference<String> |
getAuthenticationPasswordPreference()
Getter for the preference for the authentication password |
SinglePreference<String> |
getAuthenticationUserPreference()
Getter for the preference for the authentication user name |
SinglePreference<ConnectionStrategyDescription> |
getTransmissionStrategyPreference()
Getter for the preference for the transmission strategy |
SinglePreference<String> |
getURLPreference()
Getter for the preference for the transfer URL |
Methods inherited from interface de.unikassel.android.sdcframework.preferences.facade.SinglePreference |
---|
getConfiguration, getDefault, getKey, setDefault, testForKey |
Method Detail |
---|
SinglePreference<String> getURLPreference()
SinglePreference<String> getAuthenticationUserPreference()
SinglePreference<String> getAuthenticationPasswordPreference()
SinglePreference<ConnectionStrategyDescription> getTransmissionStrategyPreference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |