Searched refs:pingPongMethod (Results 1 – 1 of 1) sorted by relevance
177 private MethodDescriptor<ByteBuf, ByteBuf> pingPongMethod; field in AbstractBenchmark250 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()