MCPcopy Create free account
hub / github.com/grpc/grpc-java / thisT

Method thisT

api/src/main/java/io/grpc/ServerBuilder.java:452–456  ·  view source on GitHub ↗

Returns the correctly typed version of the builder.

()

Source from the content-addressed store, hash-verified

450 * Returns the correctly typed version of the builder.
451 */
452 private T thisT() {
453 @SuppressWarnings("unchecked")
454 T thisT = (T) this;
455 return thisT;
456 }
457}

Callers 5

callExecutorMethod · 0.95
addServicesMethod · 0.95
maxInboundMessageSizeMethod · 0.95
addMetricSinkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected