Ejemplo n.º 1
0
  @GET
  @Path("/website")
  public synchronized Response websitePing() {
    System.out.println("INFO -- Got pinged!");

    theMan.handleWebsitePing();

    return Response.ok().build();
  }