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