wt.clients.util.http
Class HTTPUploadDownloadInfo
java.lang.Object
wt.clients.util.http.HTTPUploadDownloadInfo
- public class HTTPUploadDownloadInfo
- extends Object
Supported API:false
Extendable:false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERBOSE
private static boolean VERBOSE
document
private FormatContentHolder document
checksum
private long checksum
localPath
private String localPath
HTTPUploadDownloadInfo
public HTTPUploadDownloadInfo()
update
public static void update(FormatContentHolder document,
String localPath,
long checksum)
getPrimary
protected static ContentItem getPrimary(FormatContentHolder document)
update
protected static void update(FormatContentHolder document,
ApplicationData app,
String localPath,
long checksum)
getHostAddress
protected static String getHostAddress()
update
public void update()
getPrimary
public ContentItem getPrimary()
clear
public void clear()
getDocument
public FormatContentHolder getDocument()
getChecksum
public long getChecksum()
getLocalPath
public String getLocalPath()
setDocument
public void setDocument(FormatContentHolder a_document)
setChecksum
public void setChecksum(long a_checksum)
setLocalPath
public void setLocalPath(String a_localPath)