Uses of Class
io.grpc.ServerBuilder
-
Packages that use ServerBuilder Package Description io.grpc The gRPC core public API. -
-
Uses of ServerBuilder in io.grpc
Classes in io.grpc with type parameters of type ServerBuilder Modifier and Type Class Description classServerBuilder<T extends ServerBuilder<T>>A builder forServerinstances.Methods in io.grpc that return ServerBuilder Modifier and Type Method Description protected abstract ServerBuilder<?>ServerProvider. builderForPort(int port)Creates a new builder with the given port.static ServerBuilder<?>ServerBuilder. forPort(int port)Static factory for creating a new ServerBuilder.
-