Method
operationComplete
(final ChannelFuture future)
Source from the content-addressed store, hash-verified
| 670 | final ChannelFuture future = channel().write(region); |
| 671 | future.addListener(new ChannelFutureListener() { |
| 672 | public void operationComplete(final ChannelFuture future) { |
| 673 | region.releaseExternalResources(); |
| 674 | done(); |
| 675 | } |
| 676 | }); |
| 677 | if (!HttpHeaders.isKeepAlive(request())) { |
| 678 | future.addListener(ChannelFutureListener.CLOSE); |
Callers
nothing calls this directly
Tested by
no test coverage detected