Uses of Class
io.grpc.ServerBuilder
Packages that use ServerBuilder
-
Uses of ServerBuilder in io.grpc
Classes in io.grpc with type parameters of type ServerBuilderModifier and TypeClassDescriptionclassForwardingServerBuilder<T extends ServerBuilder<T>>AServerBuilderthat delegates all its builder methods to another builder by default.classServerBuilder<T extends ServerBuilder<T>>A builder forServerinstances.Subclasses of ServerBuilder in io.grpcModifier and TypeClassDescriptionclassForwardingServerBuilder<T extends ServerBuilder<T>>AServerBuilderthat delegates all its builder methods to another builder by default.Methods in io.grpc that return ServerBuilderModifier and TypeMethodDescriptionstatic ServerBuilder<?>InternalServerProvider.builderForPort(ServerProvider provider, int port) protected abstract ServerBuilder<?>ServerProvider.builderForPort(int port) Creates a new builder with the given port.protected abstract ServerBuilder<?>ForwardingServerBuilder.delegate()Returns the delegatedServerBuilder.static ServerBuilder<?>ForwardingServerBuilder.forPort(int port) This method serves to force sub classes to "hide" this static factory.static ServerBuilder<?>ServerBuilder.forPort(int port) Static factory for creating a new ServerBuilder.ServerProvider.NewServerBuilderResult.getServerBuilder()static ServerBuilder<?>Grpc.newServerBuilderForPort(int port, ServerCredentials creds) Static factory for creating a new ServerBuilder.Methods in io.grpc with parameters of type ServerBuilderModifier and TypeMethodDescriptionstatic voidInternalConfiguratorRegistry.configureServerBuilder(ServerBuilder<?> serverBuilder) ServerProvider.NewServerBuilderResult.serverBuilder(ServerBuilder<?> builder)