Пример #1
0
 public DigestClient(GearmanJobServerConnection conn) {
   client = new GearmanClientImpl();
   client.addJobServer(conn);
 }