lezione2.clientserver.client
Class EchoClient

java.lang.Object
  extended by lezione2.clientserver.client.EchoClient

public class EchoClient
extends java.lang.Object

Lanciando il programma senza argomenti si ottiene il local loopback IP address, per testarlo in locale (client e server sulla stessa macchina), altrimenti si possono passare da linea di comando l'indirizzo o il nome della macchina remota

Author:
Raffaele Giordanelli
See Also:
Socket, InetAddress

Constructor Summary
EchoClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoClient

public EchoClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException