Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java67 private HostPort sentByHostPort; field in MessageProcessor
134 this.sentByHostPort = new HostPort(); in initialize()
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress())); in initialize()
136 this.sentByHostPort.setPort(port); in initialize()
167 if (this.sentByHostPort != null) { in getViaHeader()
168 via.setSentBy(sentByHostPort); in getViaHeader()
226 this.sentByHostPort.setHost( new Host(ipAddress.getHostAddress())); in setIpAddress()
240 this.sentByHostPort = new HostPort(); in setSentBy()
241 this.sentByHostPort.setHost(new Host(sentBy)); in setSentBy()
243 this.sentByHostPort = new HostPort(); in setSentBy()
[all …]