Async calls are great and it seems all the calls using the Quickblox Android SDK are async allowing for easy implementation from the main ui thread.
but I need the ability to abort a call to the server as my calls are made by sync adapters and can be canceled or aborted in the middle of the process.