Home
last modified time | relevance | path

Searched defs:createListeningPoint (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/javax/sip/
DSipStack.java12 ListeningPoint createListeningPoint(int port, String transport) in createListeningPoint() method
14 ListeningPoint createListeningPoint(String ipAddress, int port, in createListeningPoint() method
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java1061 public synchronized ListeningPoint createListeningPoint(String address, in createListeningPoint() method in SipStackImpl
1259 public ListeningPoint createListeningPoint(int port, String transport) in createListeningPoint() method in SipStackImpl