Uses of Class
io.grpc.ForwardingChannelBuilder2
-
Packages that use ForwardingChannelBuilder2 Package Description io.grpc The gRPC core public API.io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of ForwardingChannelBuilder2 in io.grpc
Subclasses of ForwardingChannelBuilder2 in io.grpc Modifier and Type Class Description class
ForwardingChannelBuilder<T extends ForwardingChannelBuilder<T>>
AManagedChannelBuilder
that delegates all its builder methods to another builder by default. -
Uses of ForwardingChannelBuilder2 in io.grpc.inprocess
Subclasses of ForwardingChannelBuilder2 in io.grpc.inprocess Modifier and Type Class Description class
InProcessChannelBuilder
Builder for a channel that issues in-process requests. -
Uses of ForwardingChannelBuilder2 in io.grpc.netty
Subclasses of ForwardingChannelBuilder2 in io.grpc.netty Modifier and Type Class Description class
NettyChannelBuilder
A builder to help simplify construction of channels using the Netty transport.
-