Uses of Interface
io.grpc.internal.ManagedClientTransport
-
Packages that use ManagedClientTransport Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of ManagedClientTransport in io.grpc.inprocess
Classes in io.grpc.inprocess that implement ManagedClientTransport Modifier and Type Class Description (package private) class
InProcessTransport
-
Uses of ManagedClientTransport in io.grpc.internal
Subinterfaces of ManagedClientTransport in io.grpc.internal Modifier and Type Interface Description interface
ConnectionClientTransport
AManagedClientTransport
that is based on a connection.Classes in io.grpc.internal that implement ManagedClientTransport Modifier and Type Class Description private class
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport
(package private) class
DelayedClientTransport
A client transport that queues requests before a real transport is available.(package private) class
ForwardingConnectionClientTransport
(package private) static class
InternalSubchannel.CallTracingTransport
Fields in io.grpc.internal declared as ManagedClientTransport Modifier and Type Field Description private ManagedClientTransport
InternalSubchannel. activeTransport
The transport for new outgoing requests.private ManagedClientTransport
InternalSubchannel. shutdownDueToUpdateTransport
-
Uses of ManagedClientTransport in io.grpc.netty
Classes in io.grpc.netty that implement ManagedClientTransport Modifier and Type Class Description (package private) class
NettyClientTransport
A Netty-basedConnectionClientTransport
implementation.
-