コード例 #1
0
 public void received(int fromGuid, int hops, Packet packet) throws IOException {
   received(fromGuid, hops, packet, null);
 }
コード例 #2
0
 @Override
 public void packetReceived(Packet p) throws IOException {
   received(getRemoteUserGUID(), 0, p);
 }