Package org.mockserver.grpc
Class GrpcFrameCodec
java.lang.Object
org.mockserver.grpc.GrpcFrameCodec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<byte[]>decode(byte[] data) static byte[]decodeSingle(byte[] data) static byte[]encode(byte[] message) static byte[]encode(byte[] message, boolean compress)
-
Constructor Details
-
GrpcFrameCodec
public GrpcFrameCodec()
-
-
Method Details
-
encode
public static byte[] encode(byte[] message, boolean compress) -
encode
public static byte[] encode(byte[] message) -
decode
-
decodeSingle
public static byte[] decodeSingle(byte[] data)
-