Searched refs:addressString (Results 1 – 1 of 1) sorted by relevance
82 String addressString = address.getHost(); in HttpDestination() local84 addressString += ":" + address.getPort(); in HttpDestination()85 _hostHeader = new ByteArrayBuffer(addressString); in HttpDestination()