Exemplo n.º 1
0
 public void received(int fromGuid, int hops, Packet packet) throws IOException {
   received(fromGuid, hops, packet, null);
 }
Exemplo n.º 2
0
 @Override
 public void packetReceived(Packet p) throws IOException {
   received(getRemoteUserGUID(), 0, p);
 }