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) classInProcessTransport -
Uses of ManagedClientTransport in io.grpc.internal
Subinterfaces of ManagedClientTransport in io.grpc.internal Modifier and Type Interface Description interfaceConnectionClientTransportAManagedClientTransportthat is based on a connection.Classes in io.grpc.internal that implement ManagedClientTransport Modifier and Type Class Description private classCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport(package private) classDelayedClientTransportA client transport that queues requests before a real transport is available.(package private) classForwardingConnectionClientTransport(package private) static classInternalSubchannel.CallTracingTransportFields in io.grpc.internal declared as ManagedClientTransport Modifier and Type Field Description private ManagedClientTransportInternalSubchannel. activeTransportThe transport for new outgoing requests.private ManagedClientTransportInternalSubchannel. shutdownDueToUpdateTransport -
Uses of ManagedClientTransport in io.grpc.netty
Classes in io.grpc.netty that implement ManagedClientTransport Modifier and Type Class Description (package private) classNettyClientTransportA Netty-basedConnectionClientTransportimplementation.
-