Searched refs:ListeningPointImpl (Results 1 – 7 of 7) sorted by relevance
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipProviderImpl.java | 139 ListeningPointImpl listeningPoint = (ListeningPointImpl) it.next(); in stop() 201 this.listeningPoints = new ConcurrentHashMap<String,ListeningPointImpl>(); in SipProviderImpl() 291 ListeningPointImpl lp = (ListeningPointImpl) this in getNewClientTransaction() 355 ListeningPointImpl listeningPoint = (ListeningPointImpl) this in getNewClientTransaction() 478 sipRequest, (ListeningPointImpl) this.getListeningPoint()); in getNewServerTransaction() 782 ListeningPointImpl listeningPoint = (ListeningPointImpl) this in sendResponse() 805 ListeningPointImpl lp = (ListeningPointImpl) listeningPoint; in setListeningPoint() 1005 ListeningPoint[] retval = new ListeningPointImpl[this.listeningPoints in getListeningPoints() 1018 ListeningPointImpl lp = (ListeningPointImpl) listeningPoint; in addListeningPoint() 1054 ListeningPointImpl lp = (ListeningPointImpl) listeningPoint; in removeListeningPoint() [all …]
|
D | SipStackImpl.java | 440 private Hashtable<String, ListeningPointImpl> listeningPoints; 497 this.listeningPoints = new Hashtable<String, ListeningPointImpl>(); in SipStackImpl() 508 this.listeningPoints = new Hashtable<String, ListeningPointImpl>(); in reInitialize() 1090 String key = ListeningPointImpl.makeKey(address, port, transport); in createListeningPoint() 1092 ListeningPointImpl lip = (ListeningPointImpl) listeningPoints.get(key); in createListeningPoint() 1106 lip = new ListeningPointImpl(this, port, transport); in createListeningPoint() 1135 ListeningPointImpl listeningPointImpl = (ListeningPointImpl) listeningPoint; in createSipProvider() 1156 ListeningPointImpl lip = (ListeningPointImpl) listeningPoint; in deleteListeningPoint() 1278 this.listeningPoints = new Hashtable<String, ListeningPointImpl>(); in stop()
|
D | ListeningPointImpl.java | 57 public class ListeningPointImpl implements javax.sip.ListeningPoint, gov.nist.javax.sip.ListeningPo… class 128 protected ListeningPointImpl( in ListeningPointImpl() method in ListeningPointImpl 145 ListeningPointImpl lip = in clone() 146 new ListeningPointImpl(this.sipStack, this.port, null); in clone()
|
D | DialogFilter.java | 93 protected ListeningPointImpl listeningPoint;
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageProcessor.java | 31 import gov.nist.javax.sip.ListeningPointImpl; 93 private ListeningPointImpl listeningPoint; 186 public ListeningPointImpl getListeningPoint() { in getListeningPoint() 197 public void setListeningPoint(ListeningPointImpl lp) { in setListeningPoint()
|
D | SIPDialog.java | 34 import gov.nist.javax.sip.ListeningPointImpl; 980 ListeningPointImpl lp = (ListeningPointImpl) this.sipProvider.getListeningPoint(hop in sendAck() 1916 ListeningPointImpl lp = (ListeningPointImpl) this.sipProvider in createRequest() 1942 ContactHeader contactHeader = ((ListeningPointImpl) this.sipProvider in createRequest() 2435 ListeningPointImpl lp = (ListeningPointImpl) sipProvider.getListeningPoint(transport); in createAck()
|
D | SIPTransactionStack.java | 37 import gov.nist.javax.sip.ListeningPointImpl; 788 ListeningPointImpl listeningPoint) { in findSubscribeTransaction()
|