Class FileMgr.FileTransferResult
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.silverpeas.mobile.client.common.file.FileMgr.FileTransferResult
-
- Enclosing class:
- FileMgr
public static class FileMgr.FileTransferResult extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileTransferResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBytesSent()
String
getResponse()
int
getResponseCode()
-
-
-
Method Detail
-
getBytesSent
public final int getBytesSent()
-
getResponseCode
public final int getResponseCode()
-
getResponse
public final String getResponse()
-
-