public class BodyDecoderEncoder extends Object
| Constructor and Description |
|---|
BodyDecoderEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
bodyToByteBuf(Body body,
String contentTypeHeader) |
static BodyWithContentType |
byteBufToBody(io.netty.buffer.ByteBuf content,
String contentTypeHeader) |
public static io.netty.buffer.ByteBuf bodyToByteBuf(Body body, String contentTypeHeader)
public static BodyWithContentType byteBufToBody(io.netty.buffer.ByteBuf content, String contentTypeHeader)
Copyright © 2019. All rights reserved.