wt.clients.util.http
Class HTTPUploadDownloadInfo

java.lang.Object
  extended bywt.clients.util.http.HTTPUploadDownloadInfo

public class HTTPUploadDownloadInfo
extends Object



Supported API:false

Extendable:false


Field Summary
private  long checksum
           
private  FormatContentHolder document
           
private  String localPath
           
private static boolean VERBOSE
           
 
Constructor Summary
HTTPUploadDownloadInfo()
           
 
Method Summary
 void clear()
           
 long getChecksum()
           
 FormatContentHolder getDocument()
           
protected static String getHostAddress()
           
 String getLocalPath()
           
 ContentItem getPrimary()
           
protected static ContentItem getPrimary(FormatContentHolder document)
           
 void setChecksum(long a_checksum)
           
 void setDocument(FormatContentHolder a_document)
           
 void setLocalPath(String a_localPath)
           
 void update()
           
protected static void update(FormatContentHolder document, ApplicationData app, String localPath, long checksum)
           
static void update(FormatContentHolder document, String localPath, long checksum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static boolean VERBOSE

document

private FormatContentHolder document

checksum

private long checksum

localPath

private String localPath
Constructor Detail

HTTPUploadDownloadInfo

public HTTPUploadDownloadInfo()
Method Detail

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)