コード例 #1
0
 public void sendFindNode(DHTTransportReplyHandler handler, byte[] nid, short flags) {
   transport.sendFindNode(this, handler, nid);
 }