Home
last modified time | relevance | path

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

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DAbstractBenchmark.java177 private MethodDescriptor<ByteBuf, ByteBuf> pingPongMethod; field in AbstractBenchmark
250 pingPongMethod = unaryMethod.toBuilder() in setup()
254 flowControlledStreaming = pingPongMethod.toBuilder() in setup()
263 pingPongMethod, in setup()
296 .addMethod(pingPongMethod, new ServerCallHandler<ByteBuf, ByteBuf>() { in setup()
433 channel.newCall(pingPongMethod, CALL_OPTIONS); in startStreamingCalls()