Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java339 this.peerInetAddress = newEncapsulatedChannel.getPeerInetAddress(); in SIPTransaction()
686 protected InetAddress getPeerInetAddress() { in getPeerInetAddress() method in SIPTransaction
1099 this.peerInetAddress = messageChannel.getPeerInetAddress(); in setEncapsulatedChannel()
DTCPMessageChannel.java228 protected InetAddress getPeerInetAddress() { in getPeerInetAddress() method in TCPMessageChannel
388 this.sendMessage(badReqRes.getBytes(), this.getPeerInetAddress(), this in handleException()
DTLSMessageChannel.java240 protected InetAddress getPeerInetAddress() { in getPeerInetAddress() method in TLSMessageChannel
364 this.sendMessage(badReqRes.getBytes(), this.getPeerInetAddress(), this in handleException()
DMessageChannel.java132 protected abstract InetAddress getPeerInetAddress(); in getPeerInetAddress() method in MessageChannel
DUDPMessageChannel.java857 protected InetAddress getPeerInetAddress() { in getPeerInetAddress() method in UDPMessageChannel