Home
last modified time | relevance | path

Searched refs:outboundProxy (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java615 this.outboundProxy = configurationProperties in SipStackImpl()
618 this.defaultRouter = new DefaultRouter(this, outboundProxy); in SipStackImpl()
634 args[1] = outboundProxy; in SipStackImpl()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java2148 Hop outboundProxy = sipStack.getRouter(dialogRequest).getOutboundProxy(); in sendRequest() local
2149 if (outboundProxy == null) in sendRequest()
2152 .getListeningPoint(outboundProxy.getTransport()).getIPAddress(), in sendRequest()
2153 this.firstTransactionPort, outboundProxy); in sendRequest()
DSIPTransactionStack.java298 protected String outboundProxy; field in SIPTransactionStack