Home | History | Annotate | Download | only in sip

Lines Matching defs:it

138         for (Iterator it = listeningPoints.values().iterator(); it.hasNext();) {
139 ListeningPointImpl listeningPoint = (ListeningPointImpl) it.next();
304 * User decided to give us his own via header branch. Lets see if it
375 // branch id starts with a valid prefix, then take it.
650 for (Iterator<SipProviderImpl> it = sipStack.getSipProviders(); it.hasNext();) {
651 SipProviderImpl nextProvider = (SipProviderImpl) it.next();
693 * JvB: Via branch should already be OK, dont touch it here? Some
694 * apps forward statelessly, and then it's not set. So set only when
754 // set the host to the via parameter. Else set it to the
1066 for (Iterator it = this.listeningPoints.values().iterator(); it
1068 ListeningPointImpl lp = (ListeningPointImpl) it.next();
1070 it.remove();