299300301302303304305306307308309
} catch (IOException e) { handleError(e); } } }); sinkChannel.resumeWrites(); } } catch (IOException e) { handleError(e); } }
8586878889909192939495
IoUtils.safeClose(channel); return; } } }); sinkChannel.resumeWrites(); } } catch (IOException e) { callback.onException(exchange, null, e); return; }