Returns the hash based on the remote address and the query
()
| 280 | * Returns the hash based on the remote address and the query |
| 281 | */ |
| 282 | @Override |
| 283 | public int hashCode() { |
| 284 | return remote_address.hashCode() ^ query.hashCode(); |
| 285 | } |
| 286 | |
| 287 | /** |
| 288 | * Equals is based solely on the endpoint and the original query |
no outgoing calls