|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProtocolStrategy
Interface for protocol strategy types which do implement a special transfer protocol.
BasicAuthHttpProtocol
Method Summary | |
---|---|
Context |
getContext()
Getter for the application context |
String |
getFileName()
Getter for name of the file to upload |
String |
getHost()
Getter for the host |
String |
getLastError()
Getter for the last error |
URL |
getURL()
Getter for the URL |
void |
setFileName(String fileName)
Setter for the file to upload |
void |
setLastError(String lastError)
Setter for the last error |
boolean |
uploadFile()
Does upload the current file set |
Methods inherited from interface de.unikassel.android.sdcframework.transmission.facade.UpdatableTransmissionComponent |
---|
updateConfiguration |
Method Detail |
---|
boolean uploadFile()
Context getContext()
URL getURL()
String getLastError()
void setLastError(String lastError)
lastError
- the laste error to setvoid setFileName(String fileName)
fileName
- the name of the file to uploadString getFileName()
String getHost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |