- failed - Variable in class clientP2P.ClientDownloadPart
-
- FileList - Class in protocolP2P
-
Representation of payload for list response.
- FileList(String[]) - Constructor for class protocolP2P.FileList
-
Constructor (typically used by the server) with an ArrayList parameter containing
filenames.
- FileList(byte[]) - Constructor for class protocolP2P.FileList
-
Constructor (typically used by client) with a byte[] parameter containing the Packet received.
- fileList - Variable in class protocolP2P.FileList
-
- fileList - Variable in class serverP2P.FileWatcher
-
- fileList - Variable in class tracker.TrackerManagement
-
- fileListWatcher - Variable in class serverP2P.ServerManagement
-
- filename - Variable in class clientP2P.ClientDownload
-
- filename - Variable in class clientP2P.ClientDownloadPart
-
- filename - Variable in class protocolP2P.Denied
-
- filename - Variable in class protocolP2P.DiscoverRequest
-
- filename - Variable in class protocolP2P.DiscoverResponse
-
- filename - Variable in class protocolP2P.FilePart
-
- filename - Variable in class protocolP2P.HashRequest
-
- filename - Variable in class protocolP2P.HashResponse
-
- filename - Variable in class protocolP2P.LoadRequest
-
- filename - Variable in class protocolP2P.SizeRequest
-
- filename - Variable in class protocolP2P.SizeResponse
-
- FILENAME_POSITION - Static variable in class protocolP2P.Denied
-
- FILENAME_POSITION - Static variable in class protocolP2P.DiscoverResponse
-
- FILENAME_POSITION - Static variable in class protocolP2P.FilePart
-
- FILENAME_POSITION - Static variable in class protocolP2P.HashRequest
-
- FILENAME_POSITION - Static variable in class protocolP2P.HashResponse
-
- FILENAME_POSITION - Static variable in class protocolP2P.LoadRequest
-
- FILENAME_POSITION - Static variable in class protocolP2P.SizeResponse
-
- FILENAME_SIZE_POSITION - Static variable in class protocolP2P.DiscoverResponse
-
- FILENAME_SIZE_POSITION - Static variable in class protocolP2P.FilePart
-
- FILENAME_SIZE_POSITION - Static variable in class protocolP2P.HashRequest
-
- FILENAME_SIZE_POSITION - Static variable in class protocolP2P.HashResponse
-
- FILENAME_SIZE_POSITION - Static variable in class protocolP2P.LoadRequest
-
- FilePart - Class in protocolP2P
-
Representation of payload for load response.
- FilePart(String, long, byte[]) - Constructor for class protocolP2P.FilePart
-
Constructor (typically used by server) with informations about file part to send as parameters.
- FilePart(byte[]) - Constructor for class protocolP2P.FilePart
-
Constructor (typically used by client) with Packet received as parameter.
- fileSize - Variable in class tracker.TrackerManagement
-
- fileToDownload - Variable in class gui.DownloadFileGUI
-
- FileWatcher - Class in serverP2P
-
Class allowing to keep the tracker informed about file list
- FileWatcher(Logger, long, HostItem, HostItem, String) - Constructor for class serverP2P.FileWatcher
-
Constructor
- FileWatcherTCP - Class in serverP2P
-
Class allowing to keep the tracker informed about file list (TCP impl.)
- FileWatcherTCP(Logger, long, HostItem, HostItem, String) - Constructor for class serverP2P.FileWatcherTCP
-
Constructor
- FileWatcherUDP - Class in serverP2P
-
Class allowing to keep the tracker informed about file list (UDP impl.)
- FileWatcherUDP(Logger, long, HostItem, HostItem, String) - Constructor for class serverP2P.FileWatcherUDP
-
Constructor
- force - Variable in class serverP2P.FileWatcher
-
- force - Variable in class serverP2P.RatioWatcher
-
- fromCode(byte) - Static method in enum protocolP2P.RequestResponseCode
-
Gives enum from Packet code.
- fromName(String) - Static method in enum protocolP2P.HashAlgorithm
-
Gives enum from name.