p2pserver.ServerListener Class Reference

Classe che implementa un server in ascolto su una porta configurabile in attesa di pacchetti UDP (qualsiasi). More...

Collaboration diagram for p2pserver.ServerListener:

Public Member Functions

 ServerListener ()
 Costruttore. More...
 

Static Public Member Functions

static void main (String[] args)
 [Vedi descrizione della classe] More...
 

Static Public Attributes

static boolean DBG = true
 

Static Private Attributes

static DatagramSocket socket
 
static byte [] buf
 
static DatagramPacket packet
 

Detailed Description

Classe che implementa un server in ascolto su una porta configurabile in attesa di pacchetti UDP (qualsiasi).

Invia al mandante del pacchetto ricevuto un altro pacchetto che contiene l'indirizzo IP di questo server. (Il pachetto inviato ha lunghezza 256 byte - i campi non occupati dall'IP sono null)

Author
HTTPS://WWW.PIETRIS.NET

Definition at line 14 of file ServerListener.java.

Constructor & Destructor Documentation

◆ ServerListener()

p2pserver.ServerListener.ServerListener ( )
inline

Costruttore.

Definition at line 26 of file ServerListener.java.

Member Function Documentation

◆ main()

static void p2pserver.ServerListener.main ( String []  args)
inlinestatic

[Vedi descrizione della classe]

Parameters
args{ (int) porta sulla quale ascoltare, (boolean) output di debug }
See also
p2pclient.ClientGetLocalServerList

Definition at line 35 of file ServerListener.java.

References p2putility.Util.logServer().

Referenced by p2pgui.MultipleThread.run().

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

Field Documentation

◆ buf

byte [] p2pserver.ServerListener.buf
staticprivate

Definition at line 19 of file ServerListener.java.

◆ DBG

boolean p2pserver.ServerListener.DBG = true
static

Definition at line 16 of file ServerListener.java.

◆ packet

DatagramPacket p2pserver.ServerListener.packet
staticprivate

Definition at line 20 of file ServerListener.java.

◆ socket

DatagramSocket p2pserver.ServerListener.socket
staticprivate

Definition at line 18 of file ServerListener.java.


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