Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java196 protected InetAddress peerInetAddress; field in SIPTransaction
339 this.peerInetAddress = newEncapsulatedChannel.getPeerInetAddress(); in SIPTransaction()
687 return this.peerInetAddress; in getPeerInetAddress()
735 this.peerInetAddress, this.peerPort); in sendMessage()
1099 this.peerInetAddress = messageChannel.getPeerInetAddress(); in setEncapsulatedChannel()