public class IdentityTransformer extends java.lang.Object implements ContentTransformer<io.netty.buffer.ByteBuf>
ByteBuf| Modifier and Type | Field and Description |
|---|---|
static IdentityTransformer |
DEFAULT_INSTANCE |
| Constructor and Description |
|---|
IdentityTransformer() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
call(io.netty.buffer.ByteBuf toTransform,
io.netty.buffer.ByteBufAllocator allocator) |
public static final IdentityTransformer DEFAULT_INSTANCE