IoUtils.safeClose(exchange.getConnection());
}
});
StreamSourceChannel responseChannel = result.getResponseChannel();
responseChannel.getReadSetter().set(listener);
responseChannel.resumeReads();
listener.handleEvent(responseChannel);
}
@Override
public void failed(IOException e) {