p2pclient.ClientGetLocalServerList Class Reference

Classe che implementa un client mediante socket, che effettua in broadcast la richiesta dei server attivi. More...

Public Member Functions

 ClientGetLocalServerList ()
 Costruttore della classe. More...
 

Static Public Member Functions

static Hashtable start (String bip, int port, int timeout, boolean dbg)
 Funzione che invia un Datagram in broadcast e che fino allo scadere del timeout resta in attesa delle risposte dei server attivi. More...
 

Static Private Member Functions

static boolean isServerIp (String ins)
 Funzione che verifica se la stringa passata come parametro e' un indirizzo ip. More...
 

Detailed Description

Classe che implementa un client mediante socket, che effettua in broadcast la richiesta dei server attivi.

Author
HTTPS://WWW.PIETRIS.NET
See also
p2pserver.ServerListener

Definition at line 14 of file ClientGetLocalServerList.java.

Constructor & Destructor Documentation

◆ ClientGetLocalServerList()

p2pclient.ClientGetLocalServerList.ClientGetLocalServerList ( )
inline

Costruttore della classe.

Definition at line 19 of file ClientGetLocalServerList.java.

Member Function Documentation

◆ isServerIp()

static boolean p2pclient.ClientGetLocalServerList.isServerIp ( String  ins)
inlinestaticprivate

Funzione che verifica se la stringa passata come parametro e' un indirizzo ip.

Parameters
insstringa da verificare
Returns
true se ins e' un ip, false altrimenti

Definition at line 80 of file ClientGetLocalServerList.java.

Referenced by p2pclient.ClientGetLocalServerList.start().

Here is the caller graph for this function:

◆ start()

static Hashtable p2pclient.ClientGetLocalServerList.start ( String  bip,
int  port,
int  timeout,
boolean  dbg 
)
inlinestatic

Funzione che invia un Datagram in broadcast e che fino allo scadere del timeout resta in attesa delle risposte dei server attivi.

Parameters
bipbroadcast ip
portporta su cui inviare la richiesta
timeout
dbgdebug
Returns
Hastable contenente gli indirizzi ip dei server che hanno risposto
See also
p2pserver.ServerListener

Definition at line 32 of file ClientGetLocalServerList.java.

References p2pclient.ClientGetLocalServerList.isServerIp(), and p2putility.Util.logClient().

Referenced by p2pgui.ClientFrame.setServerInList().

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

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