Package org.mockserver.grpc
Class GrpcFrameCodec
- java.lang.Object
-
- org.mockserver.grpc.GrpcFrameCodec
-
public class GrpcFrameCodec extends Object
-
-
Constructor Summary
Constructors Constructor Description GrpcFrameCodec()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<byte[]>decode(byte[] data)static byte[]decodeSingle(byte[] data)static byte[]encode(byte[] message)static byte[]encode(byte[] message, boolean compress)
-
-
-
Method Detail
-
encode
public static byte[] encode(byte[] message, boolean compress)
-
encode
public static byte[] encode(byte[] message)
-
decode
public static List<byte[]> decode(byte[] data)
-
decodeSingle
public static byte[] decodeSingle(byte[] data)
-
-