Searched refs:stackAddress (Results 1 – 2 of 2) sorted by relevance
222 protected String stackAddress; field in SIPTransactionStack1813 protected void setHostAddress(String stackAddress) throws UnknownHostException { in setHostAddress() argument1814 if (stackAddress.indexOf(':') != stackAddress.lastIndexOf(':') in setHostAddress()1815 && stackAddress.trim().charAt(0) != '[') in setHostAddress()1816 this.stackAddress = '[' + stackAddress + ']'; in setHostAddress()1818 this.stackAddress = stackAddress; in setHostAddress()1819 this.stackInetAddress = InetAddress.getByName(stackAddress); in setHostAddress()1831 return this.stackAddress; in getHostAddress()
1261 if (super.stackAddress == null) in createListeningPoint()1264 return this.createListeningPoint(super.stackAddress, port, transport); in createListeningPoint()