Home
last modified time | relevance | path

Searched refs:flowControlledStreaming (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DAbstractBenchmark.java178 private MethodDescriptor<ByteBuf, ByteBuf> flowControlledStreaming; field in AbstractBenchmark
254 flowControlledStreaming = pingPongMethod.toBuilder() in setup()
264 flowControlledStreaming)) in setup()
329 .addMethod(flowControlledStreaming, new ServerCallHandler<ByteBuf, ByteBuf>() { in setup()
487 channel.newCall(flowControlledStreaming, CALL_OPTIONS); in startFlowControlledStreamingCalls()