Beispiel #1
0
 public Receiver(ServerSocket socket)
 {
     _socket = socket;
     _id     = 0;
 }