Home | History | Annotate | Download | only in stack

Lines Matching refs:Expires

33 import gov.nist.javax.sip.header.Expires;
1253 * 200-class responses to SUBSCRIBE requests also MUST contain an "Expires" header. The
1260 throw new SipException("Expires header is mandatory in 2xx response of SUBSCRIBE");
1262 Expires requestExpires = (Expires) this.getOriginalRequest().getExpires();
1263 Expires responseExpires = (Expires) response.getExpires();
1265 * If no "Expires" header is present in a SUBSCRIBE request, the implied default
1271 "Response Expires time exceeds request Expires time : See RFC 3265 3.1.1");