Uses of Interface
io.grpc.internal.ClientTransportFactory
-
Packages that use ClientTransportFactory 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 ClientTransportFactory in io.grpc.inprocess
Classes in io.grpc.inprocess that implement ClientTransportFactory Modifier and Type Class Description (package private) static class
InProcessChannelBuilder.InProcessClientTransportFactory
Creates InProcess transports.Methods in io.grpc.inprocess that return ClientTransportFactory Modifier and Type Method Description (package private) ClientTransportFactory
InProcessChannelBuilder. buildTransportFactory()
-
Uses of ClientTransportFactory in io.grpc.internal
Classes in io.grpc.internal that implement ClientTransportFactory Modifier and Type Class Description (package private) class
CallCredentialsApplyingTransportFactory
Fields in io.grpc.internal declared as ClientTransportFactory Modifier and Type Field Description private ClientTransportFactory
CallCredentialsApplyingTransportFactory. delegate
private ClientTransportFactory
ManagedChannelImpl. oobTransportFactory
private ClientTransportFactory
ManagedChannelImpl. originalTransportFactory
(package private) ClientTransportFactory
ClientTransportFactory.SwapChannelCredentialsResult. transportFactory
private ClientTransportFactory
InternalSubchannel. transportFactory
private ClientTransportFactory
ManagedChannelImpl. transportFactory
Methods in io.grpc.internal that return ClientTransportFactory Modifier and Type Method Description ClientTransportFactory
ManagedChannelImplBuilder.ClientTransportFactoryBuilder. buildClientTransportFactory()
ClientTransportFactory
ManagedChannelImplBuilder.UnsupportedClientTransportFactoryBuilder. buildClientTransportFactory()
Constructors in io.grpc.internal with parameters of type ClientTransportFactory Constructor Description CallCredentialsApplyingTransportFactory(ClientTransportFactory delegate, CallCredentials channelCallCredentials, java.util.concurrent.Executor appExecutor)
InternalSubchannel(LoadBalancer.CreateSubchannelArgs args, java.lang.String authority, java.lang.String userAgent, BackoffPolicy.Provider backoffPolicyProvider, ClientTransportFactory transportFactory, java.util.concurrent.ScheduledExecutorService scheduledExecutor, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier, SynchronizationContext syncContext, InternalSubchannel.Callback callback, InternalChannelz channelz, CallTracer callsTracer, ChannelTracer channelTracer, InternalLogId logId, ChannelLogger channelLogger, java.util.List<ClientTransportFilter> transportFilters)
ManagedChannelImpl(ManagedChannelImplBuilder builder, ClientTransportFactory clientTransportFactory, java.net.URI targetUri, NameResolverProvider nameResolverProvider, BackoffPolicy.Provider backoffPolicyProvider, ObjectPool<? extends java.util.concurrent.Executor> balancerRpcExecutorPool, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier, java.util.List<ClientInterceptor> interceptors, TimeProvider timeProvider)
SwapChannelCredentialsResult(ClientTransportFactory transportFactory, CallCredentials callCredentials)
-
Uses of ClientTransportFactory in io.grpc.netty
Classes in io.grpc.netty that implement ClientTransportFactory Modifier and Type Class Description private static class
NettyChannelBuilder.NettyTransportFactory
Creates Netty transports.Methods in io.grpc.netty that return ClientTransportFactory Modifier and Type Method Description ClientTransportFactory
NettyChannelBuilder.NettyChannelTransportFactoryBuilder. buildClientTransportFactory()
static ClientTransportFactory
InternalNettyChannelBuilder. buildTransportFactory(NettyChannelBuilder builder)
(package private) ClientTransportFactory
NettyChannelBuilder. buildTransportFactory()
-