Uses of Class
io.grpc.ServerBuilder
Packages that use ServerBuilder
Package
Description
The gRPC core public API.
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
API that implements gRPC server as a servlet.
API that implements gRPC server as a servlet.
-
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.Fields in io.grpc declared as ServerBuilderModifier and TypeFieldDescriptionprivate final ServerBuilder<?> ServerProvider.NewServerBuilderResult.serverBuilderMethods 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.(package private) ServerBuilder<?> ServerRegistry.newServerBuilderForPort(int port, ServerCredentials creds) Methods in io.grpc with parameters of type ServerBuilderModifier and TypeMethodDescriptiondefault voidConfigurator.configureServerBuilder(ServerBuilder<?> serverBuilder) Allows implementations to modify the server builder.static voidInternalConfiguratorRegistry.configureServerBuilder(ServerBuilder<?> serverBuilder) ServerProvider.NewServerBuilderResult.serverBuilder(ServerBuilder<?> builder) Constructors in io.grpc with parameters of type ServerBuilderModifierConstructorDescriptionprivateNewServerBuilderResult(ServerBuilder<?> serverBuilder, String error) -
Uses of ServerBuilder in io.grpc.inprocess
Subclasses of ServerBuilder in io.grpc.inprocessModifier and TypeClassDescriptionfinal classBuilder for a server that services in-process requests.Methods in io.grpc.inprocess that return ServerBuilder -
Uses of ServerBuilder in io.grpc.internal
Subclasses of ServerBuilder in io.grpc.internalModifier and TypeClassDescriptionfinal classDefault builder forServerinstances, for usage in Transport implementations.Methods in io.grpc.internal that return ServerBuilder -
Uses of ServerBuilder in io.grpc.netty
Subclasses of ServerBuilder in io.grpc.nettyModifier and TypeClassDescriptionfinal classA builder to help simplify the construction of a Netty-based GRPC server.Methods in io.grpc.netty that return ServerBuilder -
Uses of ServerBuilder in io.grpc.servlet
Subclasses of ServerBuilder in io.grpc.servletModifier and TypeClassDescriptionfinal classBuilder to build a gRPC server that can run as a servlet.Methods in io.grpc.servlet that return ServerBuilder -
Uses of ServerBuilder in io.grpc.servlet.jakarta
Subclasses of ServerBuilder in io.grpc.servlet.jakartaModifier and TypeClassDescriptionfinal classBuilder to build a gRPC server that can run as a servlet.Methods in io.grpc.servlet.jakarta that return ServerBuilder