Uses of Interface
io.grpc.internal.ClientTransportFactory
Packages that use ClientTransportFactory
Package
Description
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of ClientTransportFactory in io.grpc.internal
Methods in io.grpc.internal that return ClientTransportFactoryModifier and TypeMethodDescriptionManagedChannelImplBuilder.ClientTransportFactoryBuilder.buildClientTransportFactory()
ManagedChannelImplBuilder.UnsupportedClientTransportFactoryBuilder.buildClientTransportFactory()
Constructors in io.grpc.internal with parameters of type ClientTransportFactoryModifierConstructorDescriptionSwapChannelCredentialsResult
(ClientTransportFactory transportFactory, CallCredentials callCredentials) -
Uses of ClientTransportFactory in io.grpc.netty
Methods in io.grpc.netty that return ClientTransportFactoryModifier and TypeMethodDescriptionstatic ClientTransportFactory
InternalNettyChannelBuilder.buildTransportFactory
(NettyChannelBuilder builder)