You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Projet_JAVA_P2P_STRI2A/doc/javadoc/index-files/index-6.html

249 lines
18 KiB
HTML

<!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:52 CEST 2020 -->
<title>F-Index</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="F-Index";
}
}
catch(err) {
}
//-->
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="../clientP2P/ClientDownloadPart.html#failed">failed</a></span> - Variable in class clientP2P.<a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P">ClientDownloadPart</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../protocolP2P/FileList.html" title="class in protocolP2P"><span class="typeNameLink">FileList</span></a> - Class in <a href="../protocolP2P/package-summary.html">protocolP2P</a></dt>
<dd>
<div class="block">Representation of payload for list response.</div>
</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FileList.html#FileList-java.lang.String:A-">FileList(String[])</a></span> - Constructor for class protocolP2P.<a href="../protocolP2P/FileList.html" title="class in protocolP2P">FileList</a></dt>
<dd>
<div class="block">Constructor (typically used by the server) with an ArrayList parameter containing
filenames.</div>
</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FileList.html#FileList-byte:A-">FileList(byte[])</a></span> - Constructor for class protocolP2P.<a href="../protocolP2P/FileList.html" title="class in protocolP2P">FileList</a></dt>
<dd>
<div class="block">Constructor (typically used by client) with a byte[] parameter containing the Packet received.</div>
</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FileList.html#fileList">fileList</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/FileList.html" title="class in protocolP2P">FileList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../serverP2P/FileWatcher.html#fileList">fileList</a></span> - Variable in class serverP2P.<a href="../serverP2P/FileWatcher.html" title="class in serverP2P">FileWatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../tracker/TrackerManagement.html#fileList">fileList</a></span> - Variable in class tracker.<a href="../tracker/TrackerManagement.html" title="class in tracker">TrackerManagement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../serverP2P/ServerManagement.html#fileListWatcher">fileListWatcher</a></span> - Variable in class serverP2P.<a href="../serverP2P/ServerManagement.html" title="class in serverP2P">ServerManagement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../clientP2P/ClientDownload.html#filename">filename</a></span> - Variable in class clientP2P.<a href="../clientP2P/ClientDownload.html" title="class in clientP2P">ClientDownload</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../clientP2P/ClientDownloadPart.html#filename">filename</a></span> - Variable in class clientP2P.<a href="../clientP2P/ClientDownloadPart.html" title="class in clientP2P">ClientDownloadPart</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/Denied.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/Denied.html" title="class in protocolP2P">Denied</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/DiscoverRequest.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/DiscoverRequest.html" title="class in protocolP2P">DiscoverRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/DiscoverResponse.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/DiscoverResponse.html" title="class in protocolP2P">DiscoverResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FilePart.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/FilePart.html" title="class in protocolP2P">FilePart</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/HashRequest.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/HashRequest.html" title="class in protocolP2P">HashRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/HashResponse.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/HashResponse.html" title="class in protocolP2P">HashResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/LoadRequest.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/LoadRequest.html" title="class in protocolP2P">LoadRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/SizeRequest.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/SizeRequest.html" title="class in protocolP2P">SizeRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/SizeResponse.html#filename">filename</a></span> - Variable in class protocolP2P.<a href="../protocolP2P/SizeResponse.html" title="class in protocolP2P">SizeResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/Denied.html#FILENAME_POSITION">FILENAME_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/Denied.html" title="class in protocolP2P">Denied</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/DiscoverResponse.html#FILENAME_POSITION">FILENAME_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/DiscoverResponse.html" title="class in protocolP2P">DiscoverResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FilePart.html#FILENAME_POSITION">FILENAME_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/FilePart.html" title="class in protocolP2P">FilePart</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/HashRequest.html#FILENAME_POSITION">FILENAME_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/HashRequest.html" title="class in protocolP2P">HashRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/HashResponse.html#FILENAME_POSITION">FILENAME_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/HashResponse.html" title="class in protocolP2P">HashResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/LoadRequest.html#FILENAME_POSITION">FILENAME_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/LoadRequest.html" title="class in protocolP2P">LoadRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/SizeResponse.html#FILENAME_POSITION">FILENAME_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/SizeResponse.html" title="class in protocolP2P">SizeResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/DiscoverResponse.html#FILENAME_SIZE_POSITION">FILENAME_SIZE_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/DiscoverResponse.html" title="class in protocolP2P">DiscoverResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FilePart.html#FILENAME_SIZE_POSITION">FILENAME_SIZE_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/FilePart.html" title="class in protocolP2P">FilePart</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/HashRequest.html#FILENAME_SIZE_POSITION">FILENAME_SIZE_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/HashRequest.html" title="class in protocolP2P">HashRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/HashResponse.html#FILENAME_SIZE_POSITION">FILENAME_SIZE_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/HashResponse.html" title="class in protocolP2P">HashResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/LoadRequest.html#FILENAME_SIZE_POSITION">FILENAME_SIZE_POSITION</a></span> - Static variable in class protocolP2P.<a href="../protocolP2P/LoadRequest.html" title="class in protocolP2P">LoadRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../protocolP2P/FilePart.html" title="class in protocolP2P"><span class="typeNameLink">FilePart</span></a> - Class in <a href="../protocolP2P/package-summary.html">protocolP2P</a></dt>
<dd>
<div class="block">Representation of payload for load response.</div>
</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FilePart.html#FilePart-java.lang.String-long-byte:A-">FilePart(String, long, byte[])</a></span> - Constructor for class protocolP2P.<a href="../protocolP2P/FilePart.html" title="class in protocolP2P">FilePart</a></dt>
<dd>
<div class="block">Constructor (typically used by server) with informations about file part to send as parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/FilePart.html#FilePart-byte:A-">FilePart(byte[])</a></span> - Constructor for class protocolP2P.<a href="../protocolP2P/FilePart.html" title="class in protocolP2P">FilePart</a></dt>
<dd>
<div class="block">Constructor (typically used by client) with Packet received as parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="../tracker/TrackerManagement.html#fileSize">fileSize</a></span> - Variable in class tracker.<a href="../tracker/TrackerManagement.html" title="class in tracker">TrackerManagement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../gui/DownloadFileGUI.html#fileToDownload">fileToDownload</a></span> - Variable in class gui.<a href="../gui/DownloadFileGUI.html" title="class in gui">DownloadFileGUI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../serverP2P/FileWatcher.html" title="class in serverP2P"><span class="typeNameLink">FileWatcher</span></a> - Class in <a href="../serverP2P/package-summary.html">serverP2P</a></dt>
<dd>
<div class="block">Class allowing to keep the tracker informed about file list</div>
</dd>
<dt><span class="memberNameLink"><a href="../serverP2P/FileWatcher.html#FileWatcher-tools.Logger-long-tools.HostItem-tools.HostItem-java.lang.String-">FileWatcher(Logger, long, HostItem, HostItem, String)</a></span> - Constructor for class serverP2P.<a href="../serverP2P/FileWatcher.html" title="class in serverP2P">FileWatcher</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><a href="../serverP2P/FileWatcherTCP.html" title="class in serverP2P"><span class="typeNameLink">FileWatcherTCP</span></a> - Class in <a href="../serverP2P/package-summary.html">serverP2P</a></dt>
<dd>
<div class="block">Class allowing to keep the tracker informed about file list (TCP impl.)</div>
</dd>
<dt><span class="memberNameLink"><a href="../serverP2P/FileWatcherTCP.html#FileWatcherTCP-tools.Logger-long-tools.HostItem-tools.HostItem-java.lang.String-">FileWatcherTCP(Logger, long, HostItem, HostItem, String)</a></span> - Constructor for class serverP2P.<a href="../serverP2P/FileWatcherTCP.html" title="class in serverP2P">FileWatcherTCP</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><a href="../serverP2P/FileWatcherUDP.html" title="class in serverP2P"><span class="typeNameLink">FileWatcherUDP</span></a> - Class in <a href="../serverP2P/package-summary.html">serverP2P</a></dt>
<dd>
<div class="block">Class allowing to keep the tracker informed about file list (UDP impl.)</div>
</dd>
<dt><span class="memberNameLink"><a href="../serverP2P/FileWatcherUDP.html#FileWatcherUDP-tools.Logger-long-tools.HostItem-tools.HostItem-java.lang.String-">FileWatcherUDP(Logger, long, HostItem, HostItem, String)</a></span> - Constructor for class serverP2P.<a href="../serverP2P/FileWatcherUDP.html" title="class in serverP2P">FileWatcherUDP</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="../serverP2P/FileWatcher.html#force">force</a></span> - Variable in class serverP2P.<a href="../serverP2P/FileWatcher.html" title="class in serverP2P">FileWatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../serverP2P/RatioWatcher.html#force">force</a></span> - Variable in class serverP2P.<a href="../serverP2P/RatioWatcher.html" title="class in serverP2P">RatioWatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/RequestResponseCode.html#fromCode-byte-">fromCode(byte)</a></span> - Static method in enum protocolP2P.<a href="../protocolP2P/RequestResponseCode.html" title="enum in protocolP2P">RequestResponseCode</a></dt>
<dd>
<div class="block">Gives enum from Packet code.</div>
</dd>
<dt><span class="memberNameLink"><a href="../protocolP2P/HashAlgorithm.html#fromName-java.lang.String-">fromName(String)</a></span> - Static method in enum protocolP2P.<a href="../protocolP2P/HashAlgorithm.html" title="enum in protocolP2P">HashAlgorithm</a></dt>
<dd>
<div class="block">Gives enum from name.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</div>
<!-- ======= 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>