SelectedKeysHandler.unregisterAndFinalize

Unregisters and finalizes a select client. Any errors which occur while calling the client's finalizer are caught and reported to the client's error() method (see clientError(), below).

class SelectedKeysHandler
protected final
void
unregisterAndFinalize

Parameters

client ISelectClient

client to finalize

status ISelectClient.FinalizeStatus

finalize status to report to the client (e.g. success or error)

Meta