Uses of Class
io.grpc.ForwardingServerBuilder
Packages that use ForwardingServerBuilder
Package
Description
The in-process transport which is for when a server is in the same process as the client.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of ForwardingServerBuilder in io.grpc.inprocess
Subclasses of ForwardingServerBuilder in io.grpc.inprocessModifier and TypeClassDescriptionfinal class
Builder for a server that services in-process requests. -
Uses of ForwardingServerBuilder in io.grpc.netty
Subclasses of ForwardingServerBuilder in io.grpc.nettyModifier and TypeClassDescriptionfinal class
A builder to help simplify the construction of a Netty-based GRPC server.