java Programming Glossary: sur
A Simple Http Server with Java/Socket? http://stackoverflow.com/questions/10788125/a-simple-http-server-with-java-socket new ServerSocket port System.err.println Serveur lancé sur le port port repeatedly wait for connections and process while.. for connections and process while true on reste bloqué sur l'attente d'une demande client Socket clientSocket serverSocket.accept.. true chaque fois qu'une donnée est lue sur le réseau on la renvoi sur le flux d'écriture. la donnée lue..
|