HomeSort by relevance Sort by last modified time
    Searched refs:getPeerInetAddress (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 339 this.peerInetAddress = newEncapsulatedChannel.getPeerInetAddress();
686 protected InetAddress getPeerInetAddress() {
    [all...]
TCPMessageChannel.java 228 protected InetAddress getPeerInetAddress() {
388 this.sendMessage(badReqRes.getBytes(), this.getPeerInetAddress(), this
TLSMessageChannel.java 240 protected InetAddress getPeerInetAddress() {
364 this.sendMessage(badReqRes.getBytes(), this.getPeerInetAddress(), this
MessageChannel.java 132 protected abstract InetAddress getPeerInetAddress();
UDPMessageChannel.java     [all...]

Completed in 91 milliseconds