Home | History | Annotate | Download | only in message

Lines Matching refs:getMethod

248         if (getMethod().equals(Request.NOTIFY)) {
255 } else if (getMethod().equals(Request.PUBLISH)) {
276 if (requestLine.getMethod().equals(Request.INVITE)
277 || requestLine.getMethod().equals(Request.SUBSCRIBE)
278 || requestLine.getMethod().equals(Request.REFER)) {
302 && (this.getMethod().equals(Request.INVITE)
303 || this.getMethod().equals(Request.REFER) || this.getMethod().equals(
308 if (requestLine != null && requestLine.getMethod() != null
309 && getCSeq().getMethod() != null
310 && requestLine.getMethod().compareTo(getCSeq().getMethod()) != 0) {
325 String method = requestLine.getMethod();
348 String method = requestLine.getMethod();
352 method = getCannonicalName(cseq.getMethod());
424 public String getMethod() {
428 return requestLine.getMethod();
739 return isDialogCreating( this.getMethod() ) && getToTag() == null;
760 if (!this.getMethod().equals(Request.INVITE))
761 throw new SipException("Attempt to create CANCEL for " + this.getMethod());
988 newCseq.setMethod(requestLine.getMethod());