| Package | Description |
|---|---|
| clientP2P | |
| gui |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientManagementTCP
Implementation of P2P-JAVA-PROJECT CLIENT
|
class |
ClientManagementUDP
Implementation of P2P-JAVA-PROJECT CLIENT
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientManagement |
ClientInterface.clientManagement |
| Constructor and Description |
|---|
ClientInterface(ClientManagement clientManagement,
Logger logger)
Constructor with clientManagement and logger.
|
ClientInterfaceCLI(ClientManagement clientManagement,
Logger logger,
java.util.Scanner scanner)
Constructor with clientManagement, logger and scanner.
|
| Modifier and Type | Field and Description |
|---|---|
private ClientManagement |
DownloadSelectionGen.clientManagement |
private ClientManagement |
DownloadFileGUI.clientManagement |
| Constructor and Description |
|---|
ClientInterfaceGUI(ClientManagement clientManagement,
Logger logger,
ServerManagementTCP smtcp,
ServerManagementUDP smudp) |
DownloadFileGUI(java.lang.String fileToDownload,
ClientManagement clientManagement,
Logger logger,
ServerManagementTCP smtcp,
ServerManagementUDP smudp) |
DownloadSelectionGen(java.lang.String[] listFilesToDownload,
ClientManagement clientManagement,
Logger logger,
ServerManagementTCP smtcp,
ServerManagementUDP smudp) |