All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Serveur.Serveur

java.lang.Object
   |
   +----Common.ConnexionServeur
           |
           +----Serveur.Serveur

public class Serveur
extends ConnexionServeur

Constructor Index

 o Serveur(int, int)

Method Index

 o connexionEvent(Socket)
Une nouvelle connexion apprait

Constructors

 o Serveur
 public Serveur(int port,
                int maxConnexion)
Parameters:
port - int
maxConnexion - int

Methods

 o connexionEvent
 public void connexionEvent(Socket socket)
Une nouvelle connexion apprait

Parameters:
socket - Socket
Overrides:
connexionEvent in class ConnexionServeur

All Packages  Class Hierarchy  This Package  Previous  Next  Index