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.
-
Uses of ServerBuilder in io.grpc
Classes in io.grpc with type parameters of type ServerBuilderModifier and TypeClassDescriptionclass
ForwardingServerBuilder<T extends ServerBuilder<T>>
AServerBuilder
that delegates all its builder methods to another builder by default.class
ServerBuilder<T extends ServerBuilder<T>>
A builder forServer
instances.Subclasses of ServerBuilder in io.grpcModifier and TypeClassDescriptionclass
ForwardingServerBuilder<T extends ServerBuilder<T>>
AServerBuilder
that 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 void
InternalConfiguratorRegistry.configureServerBuilder
(ServerBuilder<?> serverBuilder) ServerProvider.NewServerBuilderResult.serverBuilder
(ServerBuilder<?> builder) -
Uses of ServerBuilder in io.grpc.inprocess
Subclasses of ServerBuilder in io.grpc.inprocessModifier and TypeClassDescriptionfinal class
Builder 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 class
Default builder forServer
instances, 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 class
A builder to help simplify the construction of a Netty-based GRPC server.Methods in io.grpc.netty that return ServerBuilder