if (logger.isLoggable(BasicLevel.DEBUG))
logger.log(BasicLevel.DEBUG, "UserAgent.doReact(" + not + ')');
ClientContext cc = getClientContext(not.getKey());
if (cc != null) {
if (cc.setReply(not.getRequestId()) == 0) {
sendToClient(not.getKey(), new ServerReply(not.getRequestId()));
}
} else if (logger.isLoggable(BasicLevel.DEBUG)) {
// Can happen if the connection is closed before the SendReplyNot
// arrives.
logger.log(BasicLevel.DEBUG, "UserAgent: unknown client context for " + not);