Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/address/
DAuthority.java154 public void removePort() { in removePort() method in Authority
156 hostPort.removePort(); in removePort()
DSipUri.java511 public void removePort() { in removePort() method in SipUri
512 authority.removePort(); in removePort()
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java198 public void removePort() { in removePort() method in Via
199 sentBy.removePort(); in removePort()
/external/nist-sip/java/gov/nist/core/
DHostPort.java119 public void removePort() { in removePort() method in HostPort
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPServerTransaction.java898 transactionResponse.getTopmostVia().removePort(); in sendMessage()