Client RMI C2C_client che si interfaccia al server RMI C2C_server, per utilizzare le funzioni sui file tra client e client. More...
Static Public Member Functions | |
static void | main (String[] args) throws java.rmi.RemoteException |
Main che a seconda del nome funzione passato come parametro, richiama le funzioni messe a disposizione dal server RMI C2C_server. More... | |
Static Public Attributes | |
static boolean | DBG = true |
Variabile boolean per attivare il degug. More... | |
static int | deleted = -1 |
Client RMI C2C_client che si interfaccia al server RMI C2C_server, per utilizzare le funzioni sui file tra client e client.
Definition at line 18 of file C2C_client.java.
|
inlinestatic |
Main che a seconda del nome funzione passato come parametro, richiama le funzioni messe a disposizione dal server RMI C2C_server.
args | nome fuzione, nome file, path file, username, password |
java.rmi.RemoteException |
Definition at line 34 of file C2C_client.java.
References p2pclient.C2C_RMIFuncConstructor.deleteFile(), p2pclient.C2C_RMIFuncConstructor.getFile(), p2putility.Util.logClient(), p2putility.Config.r_filemaxsizetosend(), p2pclient.C2C_RMIFuncConstructor.sendFile(), and p2pclient.C2C_RMIFuncConstructor.serverOn().
Referenced by p2pclient.ThreadRmiFile.run().
|
static |
Variabile boolean per attivare il degug.
Definition at line 23 of file C2C_client.java.
|
static |
Definition at line 24 of file C2C_client.java.