Searched refs:getListeningPoint (Results 1 – 7 of 7) sorted by relevance
25 ListeningPoint getListeningPoint(); in getListeningPoint() method26 ListeningPoint getListeningPoint(String transport); in getListeningPoint() method
151 public ListeningPoint getListeningPoint(String transport) { in getListeningPoint() method in SipProviderImpl244 public ListeningPoint getListeningPoint() { in getListeningPoint() method in SipProviderImpl258 String callId = Utils.getInstance().generateCallIdentifier(this.getListeningPoint() in getNewCallId()292 .getListeningPoint("udp"); in getNewClientTransaction()356 .getListeningPoint(transport); in getNewClientTransaction()478 sipRequest, (ListeningPointImpl) this.getListeningPoint()); in getNewServerTransaction()708 this.getListeningPoint(hop.getTransport()).getIPAddress(), in sendRequest()709 this.getListeningPoint(hop.getTransport()).getPort(), hop); in sendRequest()783 .getListeningPoint(transport); in sendResponse()789 this.getListeningPoint(hop.getTransport()).getIPAddress(), in sendResponse()
80 .getListeningPoint(); in newSIPServerRequest()138 .getListeningPoint(); in newSIPServerResponse()
186 public ListeningPointImpl getListeningPoint() { in getListeningPoint() method in MessageProcessor
588 "provider port = " + this.sipProvider.getListeningPoint().getPort()); in SIPDialog()980 ListeningPointImpl lp = (ListeningPointImpl) this.sipProvider.getListeningPoint(hop in sendAck()1917 .getListeningPoint(sipResponse.getTopmostVia().getTransport()); in createRequest()1943 .getListeningPoint(lp.getTransport())).createContactHeader(); in createRequest()2111 .getSipProvider().getListeningPoint(hop.getTransport()).getIPAddress(), in sendRequest()2152 .getListeningPoint(outboundProxy.getTransport()).getIPAddress(), in sendRequest()2435 ListeningPointImpl lp = (ListeningPointImpl) sipProvider.getListeningPoint(transport); in createAck()
1110 return this.getMessageProcessor().getListeningPoint().getProvider(); in getSipProvider()
481 .createRawMessageChannel(this.getSipProvider().getListeningPoint( in sendResponse()