Class AmpelClient

java.lang.Object
  extended by AmpelClient

 class AmpelClient
extends java.lang.Object

Client fuer Ampelschaltung, erzeugt Client-Socket fuer Kommunikation mit angegebenen Server über angegebenen Port und wickelt Protokoll ab. Aufruf: java AmpelClient


Constructor Summary
AmpelClient()
           
 
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

AmpelClient

AmpelClient()
Method Detail

main

public static void main(java.lang.String[] args)