expectHeader(inputStream, ModelControllerClientProtocol.PARAM_REQUEST_ID);
int operationId = StreamUtils.readInt(inputStream);
Cancellable operation = getAsynchronousOperation(operationId);
cancelled = operation!= null && operation.cancel();
}
@Override
protected void sendResponse(final OutputStream outputStream) throws IOException {
StreamUtils.writeBoolean(outputStream, cancelled);