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

Method builderForPort

api/src/main/java/io/grpc/ServerProvider.java:67–67  ·  view source on GitHub ↗

Creates a new builder with the given port.

(int port)

Source from the content-addressed store, hash-verified

65 * Creates a new builder with the given port.
66 */
67 protected abstract ServerBuilder<?> builderForPort(int port);
68
69 /**
70 * Creates a new builder with the given port and credentials. Returns an error-string result if

Callers 1

forPortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected