Home | History | Annotate | Download | only in address

Lines Matching refs:LR

752     /** Returns the value of the <code>lr</code> parameter, or null if this
753 * is not set. This is equivalent to getParameter("lr").
755 * @return the value of the <code>lr</code> parameter
758 boolean haslr = this.hasParameter(LR);
893 /** Sets the value of the <code>lr</code> parameter of this SipURI. The lr
901 this.uriParms.set("lr",null); // JvB: fixed to not add duplicates
1016 /** Returns whether the the <code>lr</code> parameter is set. This is
1017 * equivalent to hasParameter("lr"). This interface has no getLrParam as
1018 lr" paramater.
1020 * @return true if the "lr" parameter is set, false otherwise.
1023 return uriParms.getNameValue("lr") != null;