Searched refs:ByteBufOutputMarshaller (Results 1 – 3 of 3) sorted by relevance
29 public class ByteBufOutputMarshaller implements MethodDescriptor.Marshaller<ByteBuf> { class
33 import io.grpc.benchmarks.ByteBufOutputMarshaller;58 private static final Marshaller<ByteBuf> marshaller = new ByteBufOutputMarshaller();
31 import io.grpc.benchmarks.ByteBufOutputMarshaller;246 .setRequestMarshaller(new ByteBufOutputMarshaller()) in setup()247 .setResponseMarshaller(new ByteBufOutputMarshaller()) in setup()