Tells whether or not this handler should be used. This method is not synchronized. You need to synchronize on this instance if you need a memory visibility guarantee. You may not need this guarantee if you're OK with the RPC finding out that the connection has been reset "the hard way" and you
()
| 296 | * be invalidated) and that you shouldn't use this instance. |
| 297 | */ |
| 298 | public boolean isAlive() { |
| 299 | return !dead; |
| 300 | } |
| 301 | |
| 302 | /** |
| 303 | * @return The remote address this client is connected to |
no outgoing calls