<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_181) on Mon Apr 13 15:38:49 CEST 2020 --> <title>ClientDownload</title> <meta name="date" content="2020-04-13"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ClientDownload"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":6,"i3":6,"i4":10,"i5":10,"i6":6,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ClientDownload.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?clientP2P/ClientDownload.html" target="_top">Frames</a></li> <li><a href="ClientDownload.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">clientP2P</div> <h2 title="Class ClientDownload" class="title">Class ClientDownload</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../tools/ServeErrors.html" title="class in tools">tools.ServeErrors</a></li> <li> <ul class="inheritance"> <li>clientP2P.ClientDownload</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.lang.Runnable</dd> </dl> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../clientP2P/ClientDownloadTCP.html" title="class in clientP2P">ClientDownloadTCP</a>, <a href="../clientP2P/ClientDownloadUDP.html" title="class in clientP2P">ClientDownloadUDP</a></dd> </dl> <hr> <br> <pre>public abstract class <span class="typeNameLabel">ClientDownload</span> extends <a href="../tools/ServeErrors.html" title="class in tools">ServeErrors</a> implements java.lang.Runnable</pre> <div class="block">Class to download file</div> <dl> <dt><span class="simpleTagLabel">Version:</span></dt> <dd>1.0</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Louis Royer, Flavien Haas, JS Auge</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../tools/HostItem.html" title="class in tools">HostItem</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#client">client</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>(package private) static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#DIFF_PERCENT_PROGRESS">DIFF_PERCENT_PROGRESS</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>(package private) static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#DIFF_TIME_PROGRESS_MILLIS">DIFF_TIME_PROGRESS_MILLIS</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#dirStorage">dirStorage</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#filename">filename</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected byte[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#hash512">hash512</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.List<<a href="../tools/HostItem.html" title="class in tools">HostItem</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#hostList">hostList</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#lastPercentProgress">lastPercentProgress</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.time.Instant</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#lastTimeProgress">lastTimeProgress</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../tools/Logger.html" title="class in tools">Logger</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#logger">logger</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#MAX_PARTIAL_SIZE">MAX_PARTIAL_SIZE</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.List<java.lang.Long></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#offsetsPending">offsetsPending</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.List<java.lang.Long></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#offsetsToAsk">offsetsToAsk</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#partsSubdir">partsSubdir</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.Map<<a href="../tools/HostItem.html" title="class in tools">HostItem</a>,java.lang.Long></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#ratioUpdater">ratioUpdater</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#size">size</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.List<<a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P">ClientDownloadPart</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#sockList">sockList</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#stop">stop</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#success">success</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../tools/HostItem.html" title="class in tools">HostItem</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#tracker">tracker</a></span></code> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#ClientDownload-java.lang.String-java.util.List-java.lang.String-java.lang.String-tools.Logger-tools.HostItem-tools.HostItem-">ClientDownload</a></span>(java.lang.String filename, java.util.List<<a href="../tools/HostItem.html" title="class in tools">HostItem</a>> hostList, java.lang.String partsSubdir, java.lang.String dirStorage, <a href="../tools/Logger.html" title="class in tools">Logger</a> logger, <a href="../tools/HostItem.html" title="class in tools">HostItem</a> client, <a href="../tools/HostItem.html" title="class in tools">HostItem</a> tracker)</code> <div class="block">Constructor with parameters: filename, list of hosts, parts subdirectory and dirStorage</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#assignTasks--">assignTasks</a></span>()</code> <div class="block">Assign tasks randomly to threads.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#checkTasksStatus--">checkTasksStatus</a></span>()</code> <div class="block">Remove tasks from failed threads.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>protected abstract void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#closeHostItemSocket-tools.HostItem-">closeHostItemSocket</a></span>(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem)</code> <div class="block">Close HostItem socket</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>protected abstract <a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P">ClientDownloadPart</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#createDownloadPart-tools.HostItem-">createDownloadPart</a></span>(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem)</code> <div class="block">Create a clientDownloadPart</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#getHashSum512--">getHashSum512</a></span>()</code> <div class="block">Getter for hash512sum</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>protected byte[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#getHashSum512-tools.HostItem-">getHashSum512</a></span>(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem)</code> <div class="block">Get hashsum from server.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>protected abstract java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#getHostItemSocket-tools.HostItem-">getHostItemSocket</a></span>(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem)</code> <div class="block">Getter for HostItem socket</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#getSuccess--">getSuccess</a></span>()</code> <div class="block">Success getter.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#init--">init</a></span>()</code> <div class="block">Initialize infos about file to download (size, hash512sum, partslist to dl).</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#initThreads--">initThreads</a></span>()</code> <div class="block">Starts threads for each server in hostList.</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#printProgression--">printProgression</a></span>()</code> <div class="block">Print progression of the download.</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#purgeList--">purgeList</a></span>()</code> <div class="block">Removes servers not owning the correct file to download from list.</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#reassembleFile--">reassembleFile</a></span>()</code> <div class="block">Reassemble file from file parts.</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#run--">run</a></span>()</code> <div class="block">Runnable implementation</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#sendRatioUpdate--">sendRatioUpdate</a></span>()</code> <div class="block">Send Ratio update to the tracker</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#setSize--">setSize</a></span>()</code> <div class="block">Set size of file to download.</div> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#setStop--">setStop</a></span>()</code> <div class="block">Asks thread to stop</div> </td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#stopTasks--">stopTasks</a></span>()</code> <div class="block">Stop threads</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.tools.ServeErrors"> <!-- --> </a> <h3>Methods inherited from class tools.<a href="../tools/ServeErrors.html" title="class in tools">ServeErrors</a></h3> <code><a href="../tools/ServeErrors.html#createProtocolP2PPacket-T-">createProtocolP2PPacket</a>, <a href="../tools/ServeErrors.html#sendEmptyDirectory-T-">sendEmptyDirectory</a>, <a href="../tools/ServeErrors.html#sendEmptyFile-T-">sendEmptyFile</a>, <a href="../tools/ServeErrors.html#sendInternalError-T-">sendInternalError</a>, <a href="../tools/ServeErrors.html#sendNotATracker-T-">sendNotATracker</a>, <a href="../tools/ServeErrors.html#sendNotFound-T-">sendNotFound</a>, <a href="../tools/ServeErrors.html#sendUnknownHost-T-">sendUnknownHost</a>, <a href="../tools/ServeErrors.html#writeLog-java.lang.Exception-tools.LogLevel-">writeLog</a>, <a href="../tools/ServeErrors.html#writeLog-java.lang.String-tools.LogLevel-">writeLog</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="hostList"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hostList</h4> <pre>protected java.util.List<<a href="../tools/HostItem.html" title="class in tools">HostItem</a>> hostList</pre> </li> </ul> <a name="filename"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>filename</h4> <pre>protected java.lang.String filename</pre> </li> </ul> <a name="hash512"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hash512</h4> <pre>protected byte[] hash512</pre> </li> </ul> <a name="sockList"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sockList</h4> <pre>protected java.util.List<<a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P">ClientDownloadPart</a>> sockList</pre> </li> </ul> <a name="ratioUpdater"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ratioUpdater</h4> <pre>protected java.util.Map<<a href="../tools/HostItem.html" title="class in tools">HostItem</a>,java.lang.Long> ratioUpdater</pre> </li> </ul> <a name="offsetsToAsk"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>offsetsToAsk</h4> <pre>protected java.util.List<java.lang.Long> offsetsToAsk</pre> </li> </ul> <a name="offsetsPending"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>offsetsPending</h4> <pre>protected java.util.List<java.lang.Long> offsetsPending</pre> </li> </ul> <a name="stop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>stop</h4> <pre>protected boolean stop</pre> </li> </ul> <a name="size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>size</h4> <pre>protected long size</pre> </li> </ul> <a name="MAX_PARTIAL_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MAX_PARTIAL_SIZE</h4> <pre>protected static final long MAX_PARTIAL_SIZE</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../constant-values.html#clientP2P.ClientDownload.MAX_PARTIAL_SIZE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="partsSubdir"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>partsSubdir</h4> <pre>protected java.lang.String partsSubdir</pre> </li> </ul> <a name="dirStorage"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dirStorage</h4> <pre>protected java.lang.String dirStorage</pre> </li> </ul> <a name="success"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>success</h4> <pre>protected boolean success</pre> </li> </ul> <a name="logger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>logger</h4> <pre>protected <a href="../tools/Logger.html" title="class in tools">Logger</a> logger</pre> </li> </ul> <a name="client"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>client</h4> <pre>protected <a href="../tools/HostItem.html" title="class in tools">HostItem</a> client</pre> </li> </ul> <a name="tracker"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tracker</h4> <pre>protected <a href="../tools/HostItem.html" title="class in tools">HostItem</a> tracker</pre> </li> </ul> <a name="lastPercentProgress"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lastPercentProgress</h4> <pre>protected int lastPercentProgress</pre> </li> </ul> <a name="lastTimeProgress"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lastTimeProgress</h4> <pre>protected java.time.Instant lastTimeProgress</pre> </li> </ul> <a name="DIFF_TIME_PROGRESS_MILLIS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DIFF_TIME_PROGRESS_MILLIS</h4> <pre>static final int DIFF_TIME_PROGRESS_MILLIS</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../constant-values.html#clientP2P.ClientDownload.DIFF_TIME_PROGRESS_MILLIS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DIFF_PERCENT_PROGRESS"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DIFF_PERCENT_PROGRESS</h4> <pre>static final int DIFF_PERCENT_PROGRESS</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../constant-values.html#clientP2P.ClientDownload.DIFF_PERCENT_PROGRESS">Constant Field Values</a></dd> </dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ClientDownload-java.lang.String-java.util.List-java.lang.String-java.lang.String-tools.Logger-tools.HostItem-tools.HostItem-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ClientDownload</h4> <pre>public ClientDownload(java.lang.String filename, java.util.List<<a href="../tools/HostItem.html" title="class in tools">HostItem</a>> hostList, java.lang.String partsSubdir, java.lang.String dirStorage, <a href="../tools/Logger.html" title="class in tools">Logger</a> logger, <a href="../tools/HostItem.html" title="class in tools">HostItem</a> client, <a href="../tools/HostItem.html" title="class in tools">HostItem</a> tracker)</pre> <div class="block">Constructor with parameters: filename, list of hosts, parts subdirectory and dirStorage</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>filename</code> - name of file to download</dd> <dd><code>hostList</code> - list of servers</dd> <dd><code>partsSubdir</code> - directory to store .part files</dd> <dd><code>dirStorage</code> - directory to write assembled file</dd> <dd><code>logger</code> - Logger</dd> <dd><code>client</code> - HostItem of the application</dd> <dd><code>tracker</code> - HostItem of the tracker</dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getSuccess--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSuccess</h4> <pre>public boolean getSuccess()</pre> <div class="block">Success getter.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>true when file have successfully been reassembled.</dd> </dl> </li> </ul> <a name="getHashSum512--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getHashSum512</h4> <pre>public byte[] getHashSum512()</pre> <div class="block">Getter for hash512sum</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>hash512sum</dd> </dl> </li> </ul> <a name="stopTasks--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>stopTasks</h4> <pre>protected void stopTasks()</pre> <div class="block">Stop threads</div> </li> </ul> <a name="setStop--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setStop</h4> <pre>public void setStop()</pre> <div class="block">Asks thread to stop</div> </li> </ul> <a name="assignTasks--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>assignTasks</h4> <pre>protected void assignTasks() throws <a href="../localException/InternalError.html" title="class in localException">InternalError</a></pre> <div class="block">Assign tasks randomly to threads.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../localException/InternalError.html" title="class in localException">InternalError</a></code></dd> </dl> </li> </ul> <a name="createDownloadPart-tools.HostItem-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createDownloadPart</h4> <pre>protected abstract <a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P">ClientDownloadPart</a> createDownloadPart(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem)</pre> <div class="block">Create a clientDownloadPart</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>hostItem</code> - Hostitem of the server</dd> </dl> </li> </ul> <a name="initThreads--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initThreads</h4> <pre>protected void initThreads()</pre> <div class="block">Starts threads for each server in hostList.</div> </li> </ul> <a name="checkTasksStatus--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>checkTasksStatus</h4> <pre>protected void checkTasksStatus() throws <a href="../localException/InternalError.html" title="class in localException">InternalError</a></pre> <div class="block">Remove tasks from failed threads. Update done status.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../localException/InternalError.html" title="class in localException">InternalError</a></code></dd> </dl> </li> </ul> <a name="sendRatioUpdate--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sendRatioUpdate</h4> <pre>public void sendRatioUpdate()</pre> <div class="block">Send Ratio update to the tracker</div> </li> </ul> <a name="getHashSum512-tools.HostItem-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getHashSum512</h4> <pre>protected byte[] getHashSum512(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem) throws <a href="../localException/InternalError.html" title="class in localException">InternalError</a></pre> <div class="block">Get hashsum from server.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>hostItem</code> - server to ask hash</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>hash512sum</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../localException/InternalError.html" title="class in localException">InternalError</a></code></dd> </dl> </li> </ul> <a name="purgeList--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>purgeList</h4> <pre>protected void purgeList() throws <a href="../localException/InternalError.html" title="class in localException">InternalError</a></pre> <div class="block">Removes servers not owning the correct file to download from list. This is done by comparing hash512sum.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../localException/InternalError.html" title="class in localException">InternalError</a></code></dd> </dl> </li> </ul> <a name="reassembleFile--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reassembleFile</h4> <pre>protected void reassembleFile()</pre> <div class="block">Reassemble file from file parts. Set success to true if file is reassembled successfully.</div> </li> </ul> <a name="setSize--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setSize</h4> <pre>protected void setSize() throws <a href="../localException/InternalError.html" title="class in localException">InternalError</a></pre> <div class="block">Set size of file to download.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../localException/InternalError.html" title="class in localException">InternalError</a></code></dd> </dl> </li> </ul> <a name="closeHostItemSocket-tools.HostItem-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>closeHostItemSocket</h4> <pre>protected abstract void closeHostItemSocket(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem)</pre> <div class="block">Close HostItem socket</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>hostItem</code> - HostItem</dd> </dl> </li> </ul> <a name="run--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>run</h4> <pre>public void run()</pre> <div class="block">Runnable implementation</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>run</code> in interface <code>java.lang.Runnable</code></dd> </dl> </li> </ul> <a name="printProgression--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>printProgression</h4> <pre>protected void printProgression()</pre> <div class="block">Print progression of the download.</div> </li> </ul> <a name="init--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>init</h4> <pre>protected void init() throws <a href="../localException/InternalError.html" title="class in localException">InternalError</a></pre> <div class="block">Initialize infos about file to download (size, hash512sum, partslist to dl). Also download first partfile (to get size).</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../localException/InternalError.html" title="class in localException">InternalError</a></code></dd> </dl> </li> </ul> <a name="getHostItemSocket-tools.HostItem-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getHostItemSocket</h4> <pre>protected abstract java.lang.Object getHostItemSocket(<a href="../tools/HostItem.html" title="class in tools">HostItem</a> hostItem) throws java.net.SocketException, java.net.UnknownHostException, java.io.IOException</pre> <div class="block">Getter for HostItem socket</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>hostItem</code> - HostItem</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.net.SocketException</code></dd> <dd><code>java.net.UnknownHostException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ClientDownload.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?clientP2P/ClientDownload.html" target="_top">Frames</a></li> <li><a href="ClientDownload.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>