public class ReleasableByteBufs extends Object implements AutoCloseable
ByteBufs and then releasing them
when close() is called.
Created by ashwin.jayaprakash.
| Constructor and Description |
|---|
ReleasableByteBufs(io.netty.buffer.ByteBuf... byteBufs) |
ReleasableByteBufs(Collection<? extends io.netty.buffer.ByteBuf> byteBufs) |
public ReleasableByteBufs(io.netty.buffer.ByteBuf... byteBufs)
public ReleasableByteBufs(Collection<? extends io.netty.buffer.ByteBuf> byteBufs)
public void close()
close in interface AutoCloseableCopyright © 2018. All rights reserved.