Home | History | Annotate | Download | only in stack

Lines Matching refs:SUBSCRIBE

1253          * 200-class responses to SUBSCRIBE requests also MUST contain an "Expires" header. The
1257 if (this.getMethod().equals(Request.SUBSCRIBE) && response.getStatusCode() / 100 == 2) {
1260 throw new SipException("Expires header is mandatory in 2xx response of SUBSCRIBE");
1265 * If no "Expires" header is present in a SUBSCRIBE request, the implied default
1669 * When a notify is being processed we take a lock on the subscribe to avoid racing
1670 * with the OK of the subscribe.