Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DTCPMessageProcessor.java95 this.sock = sipStack.getNetworkLayer().createServerSocket(getPort(), 0, getIpAddress()); in start()
96 if (getIpAddress().getHostAddress().equals(IN_ADDR_ANY) in start()
97 || getIpAddress().getHostAddress().equals(IN6_ADDR_ANY)) { in start()
DTLSMessageChannel.java143 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel()
181 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel()
256 this.getMessageProcessor().getIpAddress(), this.peerAddress, this.peerPort, in sendMessage()
308 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(), in sendMessage()
460 this.messageProcessor.getIpAddress().getHostAddress() + ":" in processMessage()
DTCPMessageChannel.java128 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel()
166 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel()
252 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(), in sendMessage()
310 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(), in sendMessage()
492 this.getMessageProcessor().getIpAddress().getHostAddress() + ":" in processMessage()
DUDPMessageChannel.java179 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
206 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
232 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
633 if (messageProcessor.getIpAddress().equals(this.peerAddress) in sendMessage()
794 this.messageProcessor.getIpAddress(), peerAddress, in sendMessage()
827 return messageProcessor.getIpAddress().getHostAddress(); in getHost()
DMessageProcessor.java172 host.setHostname(this.getIpAddress().getHostAddress()); in getViaHeader()
219 public InetAddress getIpAddress() { in getIpAddress() method in MessageProcessor
DMessageChannel.java177 return this.getMessageProcessor().getIpAddress().getHostAddress(); in getHost()
206 if (messageProcessor.getIpAddress().equals(hopAddr) in sendMessage()
DTLSMessageProcessor.java107 this.getIpAddress()); in start()
DSIPTransactionStack.java2026 && sourceIpAddress.equals(nextProcessor.getIpAddress().getHostAddress()) in createRawMessageChannel()
/external/nist-sip/java/gov/nist/core/
DHost.java168 public String getIpAddress() { in getIpAddress() method in Host
/external/nist-sip/java/gov/nist/javax/sip/
DListeningPointImpl.java193 return this.messageProcessor.getIpAddress().getHostAddress(); in getIPAddress()