Searched refs:sentByHostPort (Results 1 – 1 of 1) sorted by relevance
67 private HostPort sentByHostPort; field in MessageProcessor134 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 …]