MCPcopy Index your code
hub / github.com/grpc/grpc-java / newBuilder

Method newBuilder

api/src/main/java/io/grpc/MethodDescriptor.java:431–434  ·  view source on GitHub ↗

Creates a new builder for a MethodDescriptor. @since 1.1.0

()

Source from the content-addressed store, hash-verified

429 * @since 1.1.0
430 */
431 @CheckReturnValue
432 public static <ReqT, RespT> Builder<ReqT, RespT> newBuilder() {
433 return newBuilder(null, null);
434 }
435
436 /**
437 * Creates a new builder for a {@link MethodDescriptor}.

Callers 15

startUpMethod · 0.95
setUpMethod · 0.95
ServerCallImplTestClass · 0.95
ServerImplTestClass · 0.95
ClientCallImplTestClass · 0.95
RetriableStreamTestClass · 0.95

Calls 2

setResponseMarshallerMethod · 0.80
setRequestMarshallerMethod · 0.80

Tested by 15

startUpMethod · 0.76
setUpMethod · 0.76
methodForNameMethod · 0.76
methodNotFoundMethod · 0.76
setUpMethod · 0.76
serverDeadlineLoggedMethod · 0.76