Uses of Interface
io.grpc.internal.ClientTransport
-
Packages that use ClientTransport 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 ClientTransport in io.grpc.inprocess
Classes in io.grpc.inprocess that implement ClientTransport Modifier and Type Class Description (package private) classInProcessTransport -
Uses of ClientTransport in io.grpc.internal
Subinterfaces of ClientTransport in io.grpc.internal Modifier and Type Interface Description interfaceConnectionClientTransportAManagedClientTransportthat is based on a connection.interfaceManagedClientTransportAClientTransportthat has life-cycle management.Classes in io.grpc.internal that implement ClientTransport Modifier and Type Class Description private classCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport(package private) classDelayedClientTransportA client transport that queues requests before a real transport is available.(package private) classFailingClientTransportA client transport that creates streams that will immediately fail when started.(package private) classForwardingConnectionClientTransport(package private) static classInternalSubchannel.CallTracingTransportFields in io.grpc.internal declared as ClientTransport Modifier and Type Field Description private ClientTransportMetadataApplierImpl. transportMethods in io.grpc.internal that return ClientTransport Modifier and Type Method Description (package private) ClientTransportInternalSubchannel. getTransport()Returns a READY transport if there is any, without trying to connect.(package private) static ClientTransportGrpcUtil. getTransportFromPickResult(LoadBalancer.PickResult result, boolean isWaitForReady)Returns a transport out of a PickResult, ornullif the result is "buffer".ClientTransportInternalSubchannel. obtainActiveTransport()ClientTransportTransportProvider. obtainActiveTransport()Returns a READY transport that will be used to create new streams.Methods in io.grpc.internal with parameters of type ClientTransport Modifier and Type Method Description private java.lang.RunnableDelayedClientTransport.PendingStream. createRealStream(ClientTransport transport)Runnable may be null.Constructors in io.grpc.internal with parameters of type ClientTransport Constructor Description MetadataApplierImpl(ClientTransport transport, MethodDescriptor<?,?> method, Metadata origHeaders, CallOptions callOptions, MetadataApplierImpl.MetadataApplierListener listener, ClientStreamTracer[] tracers) -
Uses of ClientTransport in io.grpc.netty
Classes in io.grpc.netty that implement ClientTransport Modifier and Type Class Description (package private) classNettyClientTransportA Netty-basedConnectionClientTransportimplementation.
-