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 classInProcessChannelBuilder.InProcessClientTransportFactoryCreates InProcess transports.Methods in io.grpc.inprocess that return ClientTransportFactory Modifier and Type Method Description (package private) ClientTransportFactoryInProcessChannelBuilder. buildTransportFactory() -
Uses of ClientTransportFactory in io.grpc.internal
Classes in io.grpc.internal that implement ClientTransportFactory Modifier and Type Class Description (package private) classCallCredentialsApplyingTransportFactoryFields in io.grpc.internal declared as ClientTransportFactory Modifier and Type Field Description private ClientTransportFactoryCallCredentialsApplyingTransportFactory. delegateprivate ClientTransportFactoryManagedChannelImpl. oobTransportFactoryprivate ClientTransportFactoryManagedChannelImpl. originalTransportFactory(package private) ClientTransportFactoryClientTransportFactory.SwapChannelCredentialsResult. transportFactoryprivate ClientTransportFactoryInternalSubchannel. transportFactoryprivate ClientTransportFactoryManagedChannelImpl. transportFactoryMethods in io.grpc.internal that return ClientTransportFactory Modifier and Type Method Description ClientTransportFactoryManagedChannelImplBuilder.ClientTransportFactoryBuilder. buildClientTransportFactory()ClientTransportFactoryManagedChannelImplBuilder.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 classNettyChannelBuilder.NettyTransportFactoryCreates Netty transports.Methods in io.grpc.netty that return ClientTransportFactory Modifier and Type Method Description ClientTransportFactoryNettyChannelBuilder.NettyChannelTransportFactoryBuilder. buildClientTransportFactory()static ClientTransportFactoryInternalNettyChannelBuilder. buildTransportFactory(NettyChannelBuilder builder)(package private) ClientTransportFactoryNettyChannelBuilder. buildTransportFactory()
-