Home
last modified time | relevance | path

Searched refs:listeningPoints (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java105 private ConcurrentHashMap listeningPoints; field in SipProviderImpl
138 for (Iterator it = listeningPoints.values().iterator(); it.hasNext();) { in stop()
154 return (ListeningPoint) this.listeningPoints.get(transport in getListeningPoint()
201 this.listeningPoints = new ConcurrentHashMap<String,ListeningPointImpl>(); in SipProviderImpl()
245 if (this.listeningPoints.size() > 0) in getListeningPoint()
246 return (ListeningPoint) this.listeningPoints.values().iterator() in getListeningPoint()
705 if (this.listeningPoints.containsKey(hop.getTransport() in sendRequest()
811 this.listeningPoints.clear(); in setListeningPoint()
812 this.listeningPoints.put(transport, listeningPoint); in setListeningPoint()
1005 ListeningPoint[] retval = new ListeningPointImpl[this.listeningPoints in getListeningPoints()
[all …]
DSipStackImpl.java440 private Hashtable<String, ListeningPointImpl> listeningPoints; field in SipStackImpl
497 this.listeningPoints = new Hashtable<String, ListeningPointImpl>(); in SipStackImpl()
508 this.listeningPoints = new Hashtable<String, ListeningPointImpl>(); in reInitialize()
1092 ListeningPointImpl lip = (ListeningPointImpl) listeningPoints.get(key); in createListeningPoint()
1109 this.listeningPoints.put(key, lip); in createListeningPoint()
1160 this.listeningPoints.remove(key); in deleteListeningPoint()
1211 return this.listeningPoints.values().iterator(); in getListeningPoints()
1278 this.listeningPoints = new Hashtable<String, ListeningPointImpl>(); in stop()