Пример #1
0
 public QHandler(IPAddress queryIP, Query query) {
   this.query = query;
   query.setIP(queryIP); // set IPAddress of query
 }