Home | History | Annotate | Download | only in jbosh

Lines Matching refs:REPORT

1305         // If a report or time attribute is set, we aren't acking anything
1306 if (resp.getAttribute(Attributes.REPORT) != null) {
1379 String reportStr = resp.getAttribute(Attributes.REPORT);
1381 // No report on this message
1385 Long report = Long.parseLong(reportStr);
1388 LOG.fine("Received report of missing request (RID="
1389 + report + ", time=" + time + "ms)");
1399 if (report.equals(pendingRID)) {
1405 throw(new BOSHException("Report of missing message with RID '"