HomeSort by relevance Sort by last modified time
    Searched refs:ListeningPointImpl (Results 1 - 7 of 7) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 57 public class ListeningPointImpl implements javax.sip.ListeningPoint, gov.nist.javax.sip.ListeningPointExt {
128 protected ListeningPointImpl(
145 ListeningPointImpl lip =
146 new ListeningPointImpl(this.sipStack, this.port, null);
SipProviderImpl.java 139 ListeningPointImpl listeningPoint = (ListeningPointImpl) it.next();
201 this.listeningPoints = new ConcurrentHashMap<String,ListeningPointImpl>();
291 ListeningPointImpl lp = (ListeningPointImpl) this
355 ListeningPointImpl listeningPoint = (ListeningPointImpl) this
478 sipRequest, (ListeningPointImpl) this.getListeningPoint());
782 ListeningPointImpl listeningPoint = (ListeningPointImpl) thi
    [all...]
SipStackImpl.java 440 private Hashtable<String, ListeningPointImpl> listeningPoints;
497 this.listeningPoints = new Hashtable<String, ListeningPointImpl>();
508 this.listeningPoints = new Hashtable<String, ListeningPointImpl>();
    [all...]
DialogFilter.java 93 protected ListeningPointImpl listeningPoint;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 31 import gov.nist.javax.sip.ListeningPointImpl;
93 private ListeningPointImpl listeningPoint;
186 public ListeningPointImpl getListeningPoint() {
197 public void setListeningPoint(ListeningPointImpl lp) {
SIPDialog.java 34 import gov.nist.javax.sip.ListeningPointImpl;
    [all...]
SIPTransactionStack.java 37 import gov.nist.javax.sip.ListeningPointImpl;
788 ListeningPointImpl listeningPoint) {
    [all...]

Completed in 966 milliseconds