Uses of Class
io.grpc.ForwardingChannelBuilder2
Packages that use ForwardingChannelBuilder2
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.
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.grpcModifier and TypeClassDescriptionclass
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.inprocessModifier and TypeClassDescriptionfinal class
Builder for a channel that issues in-process requests. -
Uses of ForwardingChannelBuilder2 in io.grpc.netty
Subclasses of ForwardingChannelBuilder2 in io.grpc.nettyModifier and TypeClassDescriptionfinal class
A builder to help simplify construction of channels using the Netty transport.