private IOException ioe = null;
public void onResponse(IHttpResponse response) throws IOException {
IBodyDataHandler dataHandler = new IBodyDataHandler() {
public boolean onData(NonBlockingBodyDataSource bodyDataSource) throws BufferUnderflowException {
try {
int available = bodyDataSource.available();
bodyDataSource.readByteBufferByLength(available);