Home | History | Annotate | Download | only in jbosh

Lines Matching defs:rid

287      * The highest RID that we've already received a response for.  This value
493 long rid = requestIDSeq.getNextRID();
498 rid, body);
500 request = applySessionData(rid, body);
833 * @param rid request ID to use
838 final long rid, final ComposableBody orig) throws BOSHException {
848 builder.setAttribute(Attributes.RID, Long.toString(rid));
894 * @param rid request ID to use
899 final long rid,
906 builder.setAttribute(Attributes.RID, Long.toString(rid));
907 applyResponseAcknowledgement(builder, rid);
913 * 'rid' of a request for which it has already received a response in the
915 * 'rid' values. The only exception is that, after its session creation
920 * @param rid current request RID
924 final long rid) {
932 Long prevRID = Long.valueOf(rid - 1L);
962 + "of test hook: RID="
964 Attributes.RID));
1310 // Figure out what the highest acked RID is
1314 // Implicit ack of all prior requests up until RID
1315 ackUpTo = Long.parseLong(req.getAttribute(Attributes.RID));
1328 pending.getAttribute(Attributes.RID));
1347 Long rid = Long.parseLong(req.getAttribute(Attributes.RID));
1350 responseAck = rid;
1352 pendingResponseAcks.add(rid);
1388 LOG.fine("Received report of missing request (RID="
1398 pending.getAttribute(Attributes.RID));
1405 throw(new BOSHException("Report of missing message with RID '"