wt.clients.util.http
Class UploadInfo

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

public class UploadInfo
extends Object



Supported API:false

Extendable:false


Field Summary
private  long checksum
           
private  String localPath
           
private static boolean VERBOSE
           
 
Constructor Summary
UploadInfo()
           
 
Method Summary
 void clear()
           
 void setChecksum(long a_checksum)
           
 void setLocalPath(String a_localPath)
           
 
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

checksum

private long checksum

localPath

private String localPath
Constructor Detail

UploadInfo

public UploadInfo()
Method Detail

clear

public void clear()

setChecksum

public void setChecksum(long a_checksum)

setLocalPath

public void setLocalPath(String a_localPath)