Package org.mockserver.codec
Class BodyDecoderEncoder
- java.lang.Object
-
- org.mockserver.codec.BodyDecoderEncoder
-
public class BodyDecoderEncoder extends Object
-
-
Constructor Summary
Constructors Constructor Description BodyDecoderEncoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.buffer.ByteBuf
bodyToByteBuf(Body body, String contentTypeHeader)
static BodyWithContentType
byteBufToBody(io.netty.buffer.ByteBuf content, String contentTypeHeader)
-
-
-
Method Detail
-
bodyToByteBuf
public static io.netty.buffer.ByteBuf bodyToByteBuf(Body body, String contentTypeHeader)
-
byteBufToBody
public static BodyWithContentType byteBufToBody(io.netty.buffer.ByteBuf content, String contentTypeHeader)
-
-