p2pclient.C2C_client Class Reference

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
 

Detailed Description

Client RMI C2C_client che si interfaccia al server RMI C2C_server, per utilizzare le funzioni sui file tra client e client.

Author
HTTPS://WWW.PIETRIS.NET
See also
p2pclient.C2C_server

Definition at line 18 of file C2C_client.java.

Member Function Documentation

◆ main()

static void p2pclient.C2C_client.main ( String []  args) throws java.rmi.RemoteException
inlinestatic

Main che a seconda del nome funzione passato come parametro, richiama le funzioni messe a disposizione dal server RMI C2C_server.

Parameters
argsnome fuzione, nome file, path file, username, password
Exceptions
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().

Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ DBG

boolean p2pclient.C2C_client.DBG = true
static

Variabile boolean per attivare il degug.

Definition at line 23 of file C2C_client.java.

◆ deleted

int p2pclient.C2C_client.deleted = -1
static

Definition at line 24 of file C2C_client.java.


The documentation for this class was generated from the following file: