Searched refs:ListeningPoint (Results 1 – 8 of 8) sorted by relevance
13 void setListeningPoint(ListeningPoint listeningPoint) in setListeningPoint()15 void addListeningPoint(ListeningPoint listeningPoint) in addListeningPoint()17 void removeListeningPoint(ListeningPoint listeningPoint) in removeListeningPoint()25 ListeningPoint getListeningPoint(); in getListeningPoint()26 ListeningPoint getListeningPoint(String transport); in getListeningPoint()27 ListeningPoint[] getListeningPoints(); in getListeningPoints()
12 ListeningPoint createListeningPoint(int port, String transport) in createListeningPoint()14 ListeningPoint createListeningPoint(String ipAddress, int port, in createListeningPoint()17 void deleteListeningPoint(ListeningPoint listeningPoint) in deleteListeningPoint()20 SipProvider createSipProvider(ListeningPoint listeningPoint) in createSipProvider()
7 public interface ListeningPoint extends Cloneable { interface
5 import javax.sip.ListeningPoint;9 public interface ListeningPointExt extends ListeningPoint {
61 import javax.sip.ListeningPoint;151 public ListeningPoint getListeningPoint(String transport) { in getListeningPoint()154 return (ListeningPoint) this.listeningPoints.get(transport in getListeningPoint()244 public ListeningPoint getListeningPoint() { in getListeningPoint()246 return (ListeningPoint) this.listeningPoints.values().iterator() in getListeningPoint()802 public synchronized void setListeningPoint(ListeningPoint listeningPoint) { in setListeningPoint()1003 public synchronized ListeningPoint[] getListeningPoints() { in getListeningPoints()1005 ListeningPoint[] retval = new ListeningPointImpl[this.listeningPoints in getListeningPoints()1016 public synchronized void addListeningPoint(ListeningPoint listeningPoint) in addListeningPoint()1052 public synchronized void removeListeningPoint(ListeningPoint listeningPoint) in removeListeningPoint()
58 import javax.sip.ListeningPoint;1061 public synchronized ListeningPoint createListeningPoint(String address, in createListeningPoint()1112 return (ListeningPoint) lip; in createListeningPoint()1128 public SipProvider createSipProvider(ListeningPoint listeningPoint) in createSipProvider()1152 public void deleteListeningPoint(ListeningPoint listeningPoint) in deleteListeningPoint()1259 public ListeningPoint createListeningPoint(int port, String transport) in createListeningPoint()
57 public class ListeningPointImpl implements javax.sip.ListeningPoint, gov.nist.javax.sip.ListeningPo…
84 import javax.sip.ListeningPoint;2433 transport = uri4transport.isSecure() ? ListeningPoint.TLS : ListeningPoint.UDP; in createAck()